Title: [135209] trunk/Source/WebCore
- Revision
- 135209
- Author
- [email protected]
- Date
- 2012-11-19 16:26:00 -0800 (Mon, 19 Nov 2012)
Log Message
Not reviewed. Build fix for Chromium.
Added SkTypes.h includes for Windows.
* platform/graphics/chromium/ImageDecodingStore.h:
* platform/graphics/chromium/ImageFrameGenerator.h:
* platform/graphics/chromium/LazyDecodingPixelRef.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (135208 => 135209)
--- trunk/Source/WebCore/ChangeLog 2012-11-20 00:21:20 UTC (rev 135208)
+++ trunk/Source/WebCore/ChangeLog 2012-11-20 00:26:00 UTC (rev 135209)
@@ -1,3 +1,13 @@
+2012-11-19 Alpha Lam <[email protected]>
+
+ Not reviewed. Build fix for Chromium.
+
+ Added SkTypes.h includes for Windows.
+
+ * platform/graphics/chromium/ImageDecodingStore.h:
+ * platform/graphics/chromium/ImageFrameGenerator.h:
+ * platform/graphics/chromium/LazyDecodingPixelRef.h:
+
2012-11-19 Adam Barth <[email protected]>
[V8] Simplify V8DOMWindowShell::getEntered
Modified: trunk/Source/WebCore/platform/graphics/chromium/ImageDecodingStore.h (135208 => 135209)
--- trunk/Source/WebCore/platform/graphics/chromium/ImageDecodingStore.h 2012-11-20 00:21:20 UTC (rev 135208)
+++ trunk/Source/WebCore/platform/graphics/chromium/ImageDecodingStore.h 2012-11-20 00:26:00 UTC (rev 135209)
@@ -26,6 +26,7 @@
#ifndef ImageDecodingStore_h
#define ImageDecodingStore_h
+#include "SkTypes.h"
#include "SkSize.h"
#include <wtf/OwnPtr.h>
Modified: trunk/Source/WebCore/platform/graphics/chromium/ImageFrameGenerator.h (135208 => 135209)
--- trunk/Source/WebCore/platform/graphics/chromium/ImageFrameGenerator.h 2012-11-20 00:21:20 UTC (rev 135208)
+++ trunk/Source/WebCore/platform/graphics/chromium/ImageFrameGenerator.h 2012-11-20 00:26:00 UTC (rev 135209)
@@ -26,6 +26,7 @@
#ifndef ImageFrameGenerator_h
#define ImageFrameGenerator_h
+#include "SkTypes.h"
#include "SkBitmap.h"
#include "SkSize.h"
#include <wtf/PassOwnPtr.h>
Modified: trunk/Source/WebCore/platform/graphics/chromium/LazyDecodingPixelRef.h (135208 => 135209)
--- trunk/Source/WebCore/platform/graphics/chromium/LazyDecodingPixelRef.h 2012-11-20 00:21:20 UTC (rev 135208)
+++ trunk/Source/WebCore/platform/graphics/chromium/LazyDecodingPixelRef.h 2012-11-20 00:26:00 UTC (rev 135209)
@@ -26,6 +26,7 @@
#ifndef LazyDecodingPixelRef_h
#define LazyDecodingPixelRef_h
+#include "SkTypes.h"
#include "SkFlattenableBuffers.h"
#include "SkPixelRef.h"
#include "SkRect.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes