Skip to content

Commit

Permalink
Merge r181620 - REGRESSION(r180924): Unable to build WebKitGTK+ with …
Browse files Browse the repository at this point in the history
…threaded compositor

Unreviewed build fix.

* WebProcess/WebPage/LayerTreeHost.h:
Remove duplicated declaration of setNativeSurfaceHandleForCompositing.
  • Loading branch information
ryumiel authored and carlosgcampos committed Mar 17, 2015
1 parent a4b0003 commit f6e2a5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Source/WebKit2/ChangeLog
@@ -1,3 +1,12 @@
2015-03-17 Gwang Yoon Hwang <yoon@igalia.com>

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 <ap@apple.com>

ASSERT(m_plugin) on plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html
Expand Down
1 change: 0 additions & 1 deletion Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h
Expand Up @@ -84,7 +84,6 @@ class LayerTreeHost : public RefCounted<LayerTreeHost> {
#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
Expand Down

0 comments on commit f6e2a5c

Please sign in to comment.