Title: [201803] trunk/Source/WebKit2
Revision
201803
Author
[email protected]
Date
2016-06-08 05:48:38 -0700 (Wed, 08 Jun 2016)

Log Message

Unreviewed. Fix GTK+ build with threaded compositor enabled after r201802.

* WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.cpp:
(WebKit::ThreadedCoordinatedLayerTreeHost::create):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (201802 => 201803)


--- trunk/Source/WebKit2/ChangeLog	2016-06-08 12:13:11 UTC (rev 201802)
+++ trunk/Source/WebKit2/ChangeLog	2016-06-08 12:48:38 UTC (rev 201803)
@@ -1,5 +1,12 @@
 2016-06-08  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Fix GTK+ build with threaded compositor enabled after r201802.
+
+        * WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.cpp:
+        (WebKit::ThreadedCoordinatedLayerTreeHost::create):
+
+2016-06-08  Carlos Garcia Campos  <[email protected]>
+
         LayerTreeHost should be created with a WebPage reference instead of a pointer
         https://bugs.webkit.org/show_bug.cgi?id=158520
 

Modified: trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.cpp (201802 => 201803)


--- trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.cpp	2016-06-08 12:13:11 UTC (rev 201802)
+++ trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.cpp	2016-06-08 12:48:38 UTC (rev 201803)
@@ -48,7 +48,7 @@
 
 namespace WebKit {
 
-Ref<ThreadedCoordinatedLayerTreeHost> ThreadedCoordinatedLayerTreeHost::create(WebPage webPage)
+Ref<ThreadedCoordinatedLayerTreeHost> ThreadedCoordinatedLayerTreeHost::create(WebPage& webPage)
 {
     return adoptRef(*new ThreadedCoordinatedLayerTreeHost(webPage));
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to