diff --git a/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h b/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h index 8a69b57b8c02..4544c94b5803 100644 --- a/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h +++ b/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h @@ -176,7 +176,7 @@ class LayerTreeHost }; #if !USE(COORDINATED_GRAPHICS) -inline LayerTreeHost::LayerTreeHost(WebPage& webPage) : m_webPage(webPage) { } +inline LayerTreeHost::LayerTreeHost(WebPage& webPage, WebCore::PlatformDisplayID displayID) : m_webPage(webPage), m_displayID(displayID) { } inline LayerTreeHost::~LayerTreeHost() { } inline void LayerTreeHost::setLayerFlushSchedulingEnabled(bool) { } inline void LayerTreeHost::setShouldNotifyAfterNextScheduledLayerFlush(bool) { }