Title: [124495] trunk/Source/WebCore
Revision
124495
Author
[email protected]
Date
2012-08-02 14:00:39 -0700 (Thu, 02 Aug 2012)

Log Message

[chromium] Remove unused includes from compositor code
https://bugs.webkit.org/show_bug.cgi?id=92930

Reviewed by Adrienne Walker.

* platform/graphics/chromium/BitmapCanvasLayerTextureUpdater.cpp:
* platform/graphics/chromium/ScrollbarLayerChromium.cpp:
* platform/graphics/chromium/cc/CCScrollbarLayerImpl.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (124494 => 124495)


--- trunk/Source/WebCore/ChangeLog	2012-08-02 20:57:40 UTC (rev 124494)
+++ trunk/Source/WebCore/ChangeLog	2012-08-02 21:00:39 UTC (rev 124495)
@@ -1,3 +1,14 @@
+2012-08-02  James Robinson  <[email protected]>
+
+        [chromium] Remove unused includes from compositor code
+        https://bugs.webkit.org/show_bug.cgi?id=92930
+
+        Reviewed by Adrienne Walker.
+
+        * platform/graphics/chromium/BitmapCanvasLayerTextureUpdater.cpp:
+        * platform/graphics/chromium/ScrollbarLayerChromium.cpp:
+        * platform/graphics/chromium/cc/CCScrollbarLayerImpl.h:
+
 2012-08-02  Adam Barth  <[email protected]>
 
         The generic bindings shouldn't use templates

Modified: trunk/Source/WebCore/platform/graphics/chromium/BitmapCanvasLayerTextureUpdater.cpp (124494 => 124495)


--- trunk/Source/WebCore/platform/graphics/chromium/BitmapCanvasLayerTextureUpdater.cpp	2012-08-02 20:57:40 UTC (rev 124494)
+++ trunk/Source/WebCore/platform/graphics/chromium/BitmapCanvasLayerTextureUpdater.cpp	2012-08-02 21:00:39 UTC (rev 124495)
@@ -32,7 +32,6 @@
 
 #include "LayerPainterChromium.h"
 #include "PlatformColor.h"
-#include "PlatformContextSkia.h"
 #include "skia/ext/platform_canvas.h"
 
 namespace WebCore {

Modified: trunk/Source/WebCore/platform/graphics/chromium/ScrollbarLayerChromium.cpp (124494 => 124495)


--- trunk/Source/WebCore/platform/graphics/chromium/ScrollbarLayerChromium.cpp	2012-08-02 20:57:40 UTC (rev 124494)
+++ trunk/Source/WebCore/platform/graphics/chromium/ScrollbarLayerChromium.cpp	2012-08-02 21:00:39 UTC (rev 124495)
@@ -29,11 +29,8 @@
 #include "ScrollbarLayerChromium.h"
 
 #include "BitmapCanvasLayerTextureUpdater.h"
-#include "GraphicsContext.h"
 #include "LayerPainterChromium.h"
-#include "PlatformContextSkia.h"
 #include "Scrollbar.h"
-#include "ScrollbarThemeComposite.h"
 #include "cc/CCLayerTreeHost.h"
 #include "cc/CCScrollbarLayerImpl.h"
 #include "cc/CCTextureUpdater.h"

Modified: trunk/Source/WebCore/platform/graphics/chromium/cc/CCScrollbarLayerImpl.h (124494 => 124495)


--- trunk/Source/WebCore/platform/graphics/chromium/cc/CCScrollbarLayerImpl.h	2012-08-02 20:57:40 UTC (rev 124494)
+++ trunk/Source/WebCore/platform/graphics/chromium/cc/CCScrollbarLayerImpl.h	2012-08-02 21:00:39 UTC (rev 124495)
@@ -28,7 +28,6 @@
 
 #if USE(ACCELERATED_COMPOSITING)
 
-#include "ScrollbarThemeClient.h"
 #include "cc/CCLayerImpl.h"
 #include <public/WebRect.h>
 #include <public/WebScrollbar.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to