Title: [130441] trunk/Source/WebKit2
Revision
130441
Author
simon.fra...@apple.com
Date
2012-10-04 17:54:12 -0700 (Thu, 04 Oct 2012)

Log Message

TiledCoreAnimationDrawingArea.mm should not include RenderLayerCompositor.h
https://bugs.webkit.org/show_bug.cgi?id=98471

Reviewed by Dean Jackson.

Remove #import of <WebCore/RenderLayerCompositor.h> from this file.
It is not required.

* WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (130440 => 130441)


--- trunk/Source/WebKit2/ChangeLog	2012-10-05 00:46:01 UTC (rev 130440)
+++ trunk/Source/WebKit2/ChangeLog	2012-10-05 00:54:12 UTC (rev 130441)
@@ -1,5 +1,17 @@
 2012-10-04  Simon Fraser  <simon.fra...@apple.com>
 
+        TiledCoreAnimationDrawingArea.mm should not include RenderLayerCompositor.h
+        https://bugs.webkit.org/show_bug.cgi?id=98471
+
+        Reviewed by Dean Jackson.
+
+        Remove #import of <WebCore/RenderLayerCompositor.h> from this file.
+        It is not required.
+
+        * WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm:
+
+2012-10-04  Simon Fraser  <simon.fra...@apple.com>
+
         Final part of "sync" to "flush" renaming
         https://bugs.webkit.org/show_bug.cgi?id=98430
 

Modified: trunk/Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm (130440 => 130441)


--- trunk/Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm	2012-10-05 00:46:01 UTC (rev 130440)
+++ trunk/Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm	2012-10-05 00:54:12 UTC (rev 130441)
@@ -43,7 +43,6 @@
 #import <WebCore/GraphicsContext.h>
 #import <WebCore/GraphicsLayerCA.h>
 #import <WebCore/Page.h>
-#import <WebCore/RenderLayerCompositor.h>
 #import <WebCore/RenderView.h>
 #import <WebCore/ScrollingCoordinator.h>
 #import <WebCore/ScrollingThread.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to