Title: [138324] trunk/Source/WebKit2
Revision
138324
Author
commit-qu...@webkit.org
Date
2012-12-20 16:51:18 -0800 (Thu, 20 Dec 2012)

Log Message

[CoordGfx] Remove CoordinatedLayerUpdateInfo class forwarding
https://bugs.webkit.org/show_bug.cgi?id=105588

Patch by Helder Correia <helder.corr...@nokia.com> on 2012-12-20
Reviewed by Noam Rosenthal.

There is no such class.

* UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h:
(WebKit):
* UIProcess/CoordinatedGraphics/LayerTreeRenderer.h:
(WebKit):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (138323 => 138324)


--- trunk/Source/WebKit2/ChangeLog	2012-12-21 00:46:26 UTC (rev 138323)
+++ trunk/Source/WebKit2/ChangeLog	2012-12-21 00:51:18 UTC (rev 138324)
@@ -1,3 +1,17 @@
+2012-12-20  Helder Correia  <helder.corr...@nokia.com>
+
+        [CoordGfx] Remove CoordinatedLayerUpdateInfo class forwarding
+        https://bugs.webkit.org/show_bug.cgi?id=105588
+
+        Reviewed by Noam Rosenthal.
+
+        There is no such class.
+
+        * UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h:
+        (WebKit):
+        * UIProcess/CoordinatedGraphics/LayerTreeRenderer.h:
+        (WebKit):
+
 2012-12-20  Pratik Solanki  <psola...@apple.com>
 
         Rename HAVE(NETWORK_CFDATA_ARRAY_CALLBACK) to USE(NETWORK_CFDATA_ARRAY_CALLBACK)

Modified: trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h (138323 => 138324)


--- trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h	2012-12-21 00:46:26 UTC (rev 138323)
+++ trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h	2012-12-21 00:51:18 UTC (rev 138324)
@@ -44,7 +44,6 @@
 
 class CoordinatedLayerInfo;
 class LayerTreeRenderer;
-class CoordinatedLayerUpdateInfo;
 
 class CoordinatedLayerTreeHostProxy {
     WTF_MAKE_NONCOPYABLE(CoordinatedLayerTreeHostProxy);

Modified: trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/LayerTreeRenderer.h (138323 => 138324)


--- trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/LayerTreeRenderer.h	2012-12-21 00:46:26 UTC (rev 138323)
+++ trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/LayerTreeRenderer.h	2012-12-21 00:51:18 UTC (rev 138324)
@@ -49,7 +49,6 @@
 class CoordinatedBackingStore;
 class CoordinatedLayerTreeHostProxy;
 class CoordinatedLayerInfo;
-class CoordinatedLayerUpdateInfo;
 
 class LayerTreeRenderer : public ThreadSafeRefCounted<LayerTreeRenderer>, public WebCore::GraphicsLayerClient {
 public:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to