Title: [188212] trunk/Source/WebKit2
Revision
188212
Author
[email protected]
Date
2015-08-10 07:12:19 -0700 (Mon, 10 Aug 2015)

Log Message

[CoordinatedGraphics] Fix forward declarations of CoordinatedGraphicsLayerState, ViewportAttributes
https://bugs.webkit.org/show_bug.cgi?id=147823

Reviewed by Carlos Garcia Campos.

* WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.h:
* WebProcess/WebPage/LayerTreeHost.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (188211 => 188212)


--- trunk/Source/WebKit2/ChangeLog	2015-08-10 12:48:53 UTC (rev 188211)
+++ trunk/Source/WebKit2/ChangeLog	2015-08-10 14:12:19 UTC (rev 188212)
@@ -1,3 +1,13 @@
+2015-08-10  Zan Dobersek  <[email protected]>
+
+        [CoordinatedGraphics] Fix forward declarations of CoordinatedGraphicsLayerState, ViewportAttributes
+        https://bugs.webkit.org/show_bug.cgi?id=147823
+
+        Reviewed by Carlos Garcia Campos.
+
+        * WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.h:
+        * WebProcess/WebPage/LayerTreeHost.h:
+
 2015-08-10  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Crash when the web view is destroyed while the screensaver DBUs proxy is being created

Modified: trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.h (188211 => 188212)


--- trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.h	2015-08-10 12:48:53 UTC (rev 188211)
+++ trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.h	2015-08-10 14:12:19 UTC (rev 188212)
@@ -45,13 +45,13 @@
 #include <wtf/Threading.h>
 
 namespace WebCore {
-class CoordinatedGraphicsLayerState;
-struct CoordinatedGraphicsState;
 class CoordinatedSurface;
 class GraphicsContext;
 class GraphicsLayer;
 class GraphicsLayerFactory;
 class GraphicsLayerFactory;
+struct CoordinatedGraphicsLayerState;
+struct CoordinatedGraphicsState;
 }
 
 namespace WebKit {

Modified: trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h (188211 => 188212)


--- trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h	2015-08-10 12:48:53 UTC (rev 188211)
+++ trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h	2015-08-10 14:12:19 UTC (rev 188212)
@@ -44,7 +44,7 @@
 class GraphicsLayer;
 class GraphicsLayerFactory;
 #if USE(COORDINATED_GRAPHICS_THREADED)
-class ViewportAttributes;
+struct ViewportAttributes;
 #endif
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to