Title: [161766] trunk/Source/WebCore
Revision
161766
Author
simon.fra...@apple.com
Date
2014-01-11 08:58:35 -0800 (Sat, 11 Jan 2014)

Log Message

No need to include <ApplicationServices/ApplicationServices.h> in
the header. Can use <CoreGraphics/CoreGraphics.h> in the .cpp file.

* platform/graphics/cg/ImageBufferBackingStoreCache.cpp:
* platform/graphics/cg/ImageBufferBackingStoreCache.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161765 => 161766)


--- trunk/Source/WebCore/ChangeLog	2014-01-11 16:58:32 UTC (rev 161765)
+++ trunk/Source/WebCore/ChangeLog	2014-01-11 16:58:35 UTC (rev 161766)
@@ -1,5 +1,13 @@
 2014-01-11  Simon Fraser  <simon.fra...@apple.com>
 
+        No need to include <ApplicationServices/ApplicationServices.h> in
+        the header. Can use <CoreGraphics/CoreGraphics.h> in the .cpp file.
+
+        * platform/graphics/cg/ImageBufferBackingStoreCache.cpp:
+        * platform/graphics/cg/ImageBufferBackingStoreCache.h:
+
+2014-01-11  Simon Fraser  <simon.fra...@apple.com>
+
         Fix DOM headers: TARGET_OS_EMBEDDED -> TARGET_OS_IPHONE
         and a drive-by cleanup of DOMUIKitExtensions.mm #includes.
 

Modified: trunk/Source/WebCore/platform/graphics/cg/ImageBufferBackingStoreCache.cpp (161765 => 161766)


--- trunk/Source/WebCore/platform/graphics/cg/ImageBufferBackingStoreCache.cpp	2014-01-11 16:58:32 UTC (rev 161765)
+++ trunk/Source/WebCore/platform/graphics/cg/ImageBufferBackingStoreCache.cpp	2014-01-11 16:58:35 UTC (rev 161766)
@@ -27,6 +27,7 @@
 #include "ImageBufferBackingStoreCache.h"
 
 #if USE(IOSURFACE_CANVAS_BACKING_STORE)
+#include <CoreGraphics/CoreGraphics.h>
 #include <IOSurface/IOSurface.h>
 
 static const double purgeInterval = 5;

Modified: trunk/Source/WebCore/platform/graphics/cg/ImageBufferBackingStoreCache.h (161765 => 161766)


--- trunk/Source/WebCore/platform/graphics/cg/ImageBufferBackingStoreCache.h	2014-01-11 16:58:32 UTC (rev 161765)
+++ trunk/Source/WebCore/platform/graphics/cg/ImageBufferBackingStoreCache.h	2014-01-11 16:58:35 UTC (rev 161766)
@@ -30,7 +30,6 @@
 
 #include "Timer.h"
 
-#include <ApplicationServices/ApplicationServices.h>
 #include <wtf/DoublyLinkedList.h>
 #include <wtf/HashMap.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to