Title: [186176] trunk/Source/WebKit2
Revision
186176
Author
mcatanz...@igalia.com
Date
2015-07-01 08:44:39 -0700 (Wed, 01 Jul 2015)

Log Message

[GTK] [Wayland] Build broken with ENABLE_WAYLAND_TARGET=ON
https://bugs.webkit.org/show_bug.cgi?id=146512

Unreviewed, fix build with ENABLE_WAYLAND_TARGET=ON after r185949.


* UIProcess/API/gtk/WebKitWebViewBase.cpp:
(webkitWebViewBaseCreateWebPage):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (186175 => 186176)


--- trunk/Source/WebKit2/ChangeLog	2015-07-01 14:51:28 UTC (rev 186175)
+++ trunk/Source/WebKit2/ChangeLog	2015-07-01 15:44:39 UTC (rev 186176)
@@ -1,3 +1,13 @@
+2015-07-01  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        [GTK] [Wayland] Build broken with ENABLE_WAYLAND_TARGET=ON
+        https://bugs.webkit.org/show_bug.cgi?id=146512
+
+        Unreviewed, fix build with ENABLE_WAYLAND_TARGET=ON after r185949.
+
+        * UIProcess/API/gtk/WebKitWebViewBase.cpp:
+        (webkitWebViewBaseCreateWebPage):
+
 2015-06-30  Martin Robinson  <mrobin...@igalia.com>
 
         [GTK] REGRESSION(r183936): Test /webkit2/WebKitWebContext/spell-checker fails since r183936

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp (186175 => 186176)


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp	2015-07-01 14:51:28 UTC (rev 186175)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp	2015-07-01 15:44:39 UTC (rev 186176)
@@ -1100,7 +1100,7 @@
     // FIXME: Accelerated compositing under Wayland is not yet supported.
     // https://bugs.webkit.org/show_bug.cgi?id=115803
     if (PlatformDisplay::sharedDisplay().type() == PlatformDisplay::Type::Wayland)
-        preferences->setAcceleratedCompositingEnabled(false);
+        configuration.preferences->setAcceleratedCompositingEnabled(false);
 #endif
 
     priv->pageProxy = context->createWebPage(*priv->pageClient, WTF::move(configuration));
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to