Title: [97729] trunk/Source/WebCore
- Revision
- 97729
- Author
- [email protected]
- Date
- 2011-10-18 02:09:30 -0700 (Tue, 18 Oct 2011)
Log Message
2011-10-18 Nikolas Zimmermann <[email protected]>
Not reviewed. Fix lion build breakage s/class Length/struct Length/.
* loader/cache/CachedImage.h:
* platform/graphics/Image.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/loader/cache/CachedImage.h (97728 => 97729)
--- trunk/Source/WebCore/loader/cache/CachedImage.h 2011-10-18 08:48:17 UTC (rev 97728)
+++ trunk/Source/WebCore/loader/cache/CachedImage.h 2011-10-18 09:09:30 UTC (rev 97729)
@@ -24,8 +24,8 @@
#define CachedImage_h
#include "CachedResource.h"
+#include "CachedResourceClient.h"
#include "ImageBySizeCache.h"
-#include "CachedResourceClient.h"
#include "ImageObserver.h"
#include "IntRect.h"
#include "Timer.h"
@@ -34,10 +34,10 @@
namespace WebCore {
class CachedResourceLoader;
-class Length;
class FloatSize;
class MemoryCache;
class RenderObject;
+struct Length;
class CachedImage : public CachedResource, public ImageObserver {
friend class MemoryCache;
Modified: trunk/Source/WebCore/platform/graphics/Image.h (97728 => 97729)
--- trunk/Source/WebCore/platform/graphics/Image.h 2011-10-18 08:48:17 UTC (rev 97728)
+++ trunk/Source/WebCore/platform/graphics/Image.h 2011-10-18 09:09:30 UTC (rev 97729)
@@ -71,8 +71,8 @@
class FloatRect;
class FloatSize;
class GraphicsContext;
-class Length;
class SharedBuffer;
+struct Length;
// This class gets notified when an image creates or destroys decoded frames and when it advances animation frames.
class ImageObserver;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes