Title: [176114] trunk/Source/WebCore
Revision
176114
Author
[email protected]
Date
2014-11-13 18:53:22 -0800 (Thu, 13 Nov 2014)

Log Message

Addressing post-review comment
https://bugs.webkit.org/show_bug.cgi?id=138633

* platform/spi/cg/CoreGraphicsSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (176113 => 176114)


--- trunk/Source/WebCore/ChangeLog	2014-11-14 02:45:16 UTC (rev 176113)
+++ trunk/Source/WebCore/ChangeLog	2014-11-14 02:53:22 UTC (rev 176114)
@@ -1,3 +1,10 @@
+2014-11-13  Myles C. Maxfield  <[email protected]>
+
+        Addressing post-review comment
+        https://bugs.webkit.org/show_bug.cgi?id=138633
+
+        * platform/spi/cg/CoreGraphicsSPI.h:
+
 2014-11-13  Myles C. Maxfield  <[email protected]>
 
         Move FontMac and FontCacheMac off of WKSI

Modified: trunk/Source/WebCore/platform/spi/cg/CoreGraphicsSPI.h (176113 => 176114)


--- trunk/Source/WebCore/platform/spi/cg/CoreGraphicsSPI.h	2014-11-14 02:45:16 UTC (rev 176113)
+++ trunk/Source/WebCore/platform/spi/cg/CoreGraphicsSPI.h	2014-11-14 02:53:22 UTC (rev 176114)
@@ -29,10 +29,7 @@
 #include <CoreGraphics/CoreGraphics.h>
 
 #if USE(APPLE_INTERNAL_SDK)
-#include <CoreGraphics/CGContextGState.h>
 #include <CoreGraphics/CGFontCache.h>
-#include <CoreGraphics/CGFontPrivate.h>
-#include <CoreGraphics/CGFontUnicodeSupport.h>
 #include <CoreGraphics/CoreGraphicsPrivate.h>
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to