Title: [181638] releases/WebKitGTK/webkit-2.8/Source/WebKit2
- Revision
- 181638
- Author
- [email protected]
- Date
- 2015-03-17 04:48:55 -0700 (Tue, 17 Mar 2015)
Log Message
Merge r181620 - REGRESSION(r180924): Unable to build WebKitGTK+ with threaded compositor
Unreviewed build fix.
* WebProcess/WebPage/LayerTreeHost.h:
Remove duplicated declaration of setNativeSurfaceHandleForCompositing.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog (181637 => 181638)
--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog 2015-03-17 11:47:53 UTC (rev 181637)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/ChangeLog 2015-03-17 11:48:55 UTC (rev 181638)
@@ -1,3 +1,12 @@
+2015-03-17 Gwang Yoon Hwang <[email protected]>
+
+ REGRESSION(r180924): Unable to build WebKitGTK+ with threaded compositor
+
+ Unreviewed build fix.
+
+ * WebProcess/WebPage/LayerTreeHost.h:
+ Remove duplicated declaration of setNativeSurfaceHandleForCompositing.
+
2015-03-16 Alexey Proskuryakov <[email protected]>
ASSERT(m_plugin) on plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html
Modified: releases/WebKitGTK/webkit-2.8/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h (181637 => 181638)
--- releases/WebKitGTK/webkit-2.8/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h 2015-03-17 11:47:53 UTC (rev 181637)
+++ releases/WebKitGTK/webkit-2.8/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h 2015-03-17 11:48:55 UTC (rev 181638)
@@ -84,7 +84,6 @@
#endif
#if USE(COORDINATED_GRAPHICS_THREADED)
- virtual void setNativeSurfaceHandleForCompositing(uint64_t) = 0;
virtual void viewportSizeChanged(const WebCore::IntSize&) = 0;
virtual void didChangeViewportProperties(const WebCore::ViewportAttributes&) = 0;
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes