Title: [181620] trunk/Source/WebKit2
- Revision
- 181620
- Author
- [email protected]
- Date
- 2015-03-17 00:31:38 -0700 (Tue, 17 Mar 2015)
Log Message
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: trunk/Source/WebKit2/ChangeLog (181619 => 181620)
--- trunk/Source/WebKit2/ChangeLog 2015-03-17 07:15:26 UTC (rev 181619)
+++ trunk/Source/WebKit2/ChangeLog 2015-03-17 07:31:38 UTC (rev 181620)
@@ -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 Ryosuke Niwa <[email protected]>
Enable ES6 classes by default
Modified: trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h (181619 => 181620)
--- trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h 2015-03-17 07:15:26 UTC (rev 181619)
+++ trunk/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h 2015-03-17 07:31:38 UTC (rev 181620)
@@ -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