Title: [198456] trunk/Source/WebKit2
- Revision
- 198456
- Author
- [email protected]
- Date
- 2016-03-18 17:04:03 -0700 (Fri, 18 Mar 2016)
Log Message
Build fix after r198455.
* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::layerTreeCommitComplete):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (198455 => 198456)
--- trunk/Source/WebKit2/ChangeLog 2016-03-19 00:00:46 UTC (rev 198455)
+++ trunk/Source/WebKit2/ChangeLog 2016-03-19 00:04:03 UTC (rev 198456)
@@ -1,5 +1,12 @@
2016-03-18 Simon Fraser <[email protected]>
+ Build fix after r198455.
+
+ * UIProcess/WebPageProxy.cpp:
+ (WebKit::WebPageProxy::layerTreeCommitComplete):
+
+2016-03-18 Simon Fraser <[email protected]>
+
Sideways-scrollable RTL document has wrong initial and reload offset in WKWebView
https://bugs.webkit.org/show_bug.cgi?id=155660
Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp (198455 => 198456)
--- trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp 2016-03-19 00:00:46 UTC (rev 198455)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp 2016-03-19 00:04:03 UTC (rev 198456)
@@ -1623,6 +1623,10 @@
void WebPageProxy::didCommitLayerTree(const RemoteLayerTreeTransaction&)
{
}
+
+void WebPageProxy::layerTreeCommitComplete()
+{
+}
#endif
#if ENABLE(DRAG_SUPPORT)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes