Title: [188430] trunk/Source/WebCore
Revision
188430
Author
simon.fra...@apple.com
Date
2015-08-13 19:23:24 -0700 (Thu, 13 Aug 2015)

Log Message

Minor GraphicsLayer.h/PlatformCALayer.h cleanup
https://bugs.webkit.org/show_bug.cgi?id=148009

Reviewed by Tim Horton.

Remove some #includes.

* platform/graphics/GraphicsLayer.h:
* platform/graphics/ca/PlatformCALayer.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (188429 => 188430)


--- trunk/Source/WebCore/ChangeLog	2015-08-14 02:20:02 UTC (rev 188429)
+++ trunk/Source/WebCore/ChangeLog	2015-08-14 02:23:24 UTC (rev 188430)
@@ -1,3 +1,15 @@
+2015-08-13  Simon Fraser  <simon.fra...@apple.com>
+
+        Minor GraphicsLayer.h/PlatformCALayer.h cleanup
+        https://bugs.webkit.org/show_bug.cgi?id=148009
+
+        Reviewed by Tim Horton.
+
+        Remove some #includes.
+
+        * platform/graphics/GraphicsLayer.h:
+        * platform/graphics/ca/PlatformCALayer.h:
+
 2015-08-13  Alex Christensen  <achristen...@webkit.org>
 
         Move some commands from ./CMakeLists.txt to Source/cmake

Modified: trunk/Source/WebCore/platform/graphics/GraphicsLayer.h (188429 => 188430)


--- trunk/Source/WebCore/platform/graphics/GraphicsLayer.h	2015-08-14 02:20:02 UTC (rev 188429)
+++ trunk/Source/WebCore/platform/graphics/GraphicsLayer.h	2015-08-14 02:23:24 UTC (rev 188430)
@@ -34,7 +34,6 @@
 #include "FloatRoundedRect.h"
 #include "FloatSize.h"
 #include "GraphicsLayerClient.h"
-#include "IntRect.h"
 #include "Path.h"
 #include "PlatformLayer.h"
 #include "TransformOperations.h"

Modified: trunk/Source/WebCore/platform/graphics/ca/PlatformCALayer.h (188429 => 188430)


--- trunk/Source/WebCore/platform/graphics/ca/PlatformCALayer.h	2015-08-14 02:20:02 UTC (rev 188429)
+++ trunk/Source/WebCore/platform/graphics/ca/PlatformCALayer.h	2015-08-14 02:23:24 UTC (rev 188430)
@@ -28,17 +28,13 @@
 
 #include "FloatRoundedRect.h"
 #include "GraphicsLayer.h"
-#include "PlatformCALayerClient.h"
 #include <QuartzCore/CABase.h>
 #include <wtf/CurrentTime.h>
-#include <wtf/HashMap.h>
 #include <wtf/PassRefPtr.h>
 #include <wtf/RefCounted.h>
 #include <wtf/RetainPtr.h>
 #include <wtf/TypeCasts.h>
 #include <wtf/Vector.h>
-#include <wtf/text/StringHash.h>
-#include <wtf/text/WTFString.h>
 
 OBJC_CLASS AVPlayerLayer;
 
@@ -51,6 +47,7 @@
 class LayerPool;
 class PlatformCALayer;
 class PlatformCAAnimation;
+class PlatformCALayerClient;
 
 typedef Vector<RefPtr<PlatformCALayer>> PlatformCALayerList;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to