Title: [151498] trunk/Source/WebKit2
Revision
151498
Author
[email protected]
Date
2013-06-12 07:37:28 -0700 (Wed, 12 Jun 2013)

Log Message

[Coordinated Graphics] Remove unused headers in CoordinatedLayerTreeHostProxy
https://bugs.webkit.org/show_bug.cgi?id=117539

Patch by Jae Hyun Park <[email protected]> on 2013-06-12
Reviewed by Noam Rosenthal.

* UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.cpp:
* UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (151497 => 151498)


--- trunk/Source/WebKit2/ChangeLog	2013-06-12 13:50:30 UTC (rev 151497)
+++ trunk/Source/WebKit2/ChangeLog	2013-06-12 14:37:28 UTC (rev 151498)
@@ -1,3 +1,13 @@
+2013-06-12  Jae Hyun Park  <[email protected]>
+
+        [Coordinated Graphics] Remove unused headers in CoordinatedLayerTreeHostProxy
+        https://bugs.webkit.org/show_bug.cgi?id=117539
+
+        Reviewed by Noam Rosenthal.
+
+        * UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.cpp:
+        * UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h:
+
 2013-06-12  Zan Dobersek  <[email protected]>
 
         [GTK] Remove the WebCoreLayer(Gtk2).a archives before regenerating them

Modified: trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.cpp (151497 => 151498)


--- trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.cpp	2013-06-12 13:50:30 UTC (rev 151497)
+++ trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.cpp	2013-06-12 14:37:28 UTC (rev 151498)
@@ -25,17 +25,11 @@
 
 #include "CoordinatedLayerTreeHostMessages.h"
 #include "CoordinatedLayerTreeHostProxyMessages.h"
-#include "WebCoreArgumentCoders.h"
+#include "DrawingAreaProxy.h"
 #include "WebPageProxy.h"
 #include "WebProcessProxy.h"
 #include <WebCore/CoordinatedGraphicsState.h>
-#include <WebCore/GraphicsSurface.h>
-#include <WebCore/SurfaceUpdateInfo.h>
 
-#if ENABLE(CSS_SHADERS)
-#include "CustomFilterProgramInfo.h"
-#endif
-
 namespace WebKit {
 
 using namespace WebCore;

Modified: trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h (151497 => 151498)


--- trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h	2013-06-12 13:50:30 UTC (rev 151497)
+++ trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h	2013-06-12 14:37:28 UTC (rev 151498)
@@ -23,32 +23,20 @@
 
 #if USE(COORDINATED_GRAPHICS)
 
-#include "BackingStore.h"
 #include "CoordinatedGraphicsArgumentCoders.h"
-#include "DrawingAreaProxy.h"
-#include "Region.h"
-#include "WebCoordinatedSurface.h"
+#include "MessageReceiver.h"
 #include <WebCore/CoordinatedGraphicsScene.h>
-#include <WebCore/GraphicsContext.h>
-#include <WebCore/GraphicsLayer.h>
-#include <WebCore/GraphicsLayerAnimation.h>
-#include <WebCore/GraphicsSurfaceToken.h>
-#include <WebCore/IntRect.h>
-#include <WebCore/IntSize.h>
-#include <WebCore/RunLoop.h>
-#include <WebCore/Timer.h>
 #include <wtf/Functional.h>
-#include <wtf/HashSet.h>
-#include <wtf/Vector.h>
 
 namespace WebCore {
-struct CoordinatedGraphicsLayerState;
 class CoordinatedGraphicsState;
-class SurfaceUpdateInfo;
+class IntSize;
 }
 
 namespace WebKit {
 
+class DrawingAreaProxy;
+
 class CoordinatedLayerTreeHostProxy : public WebCore::CoordinatedGraphicsSceneClient, public CoreIPC::MessageReceiver {
     WTF_MAKE_NONCOPYABLE(CoordinatedLayerTreeHostProxy);
     WTF_MAKE_FAST_ALLOCATED;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to