| Index: Source/web/WebPagePopupImpl.cpp
|
| diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp
|
| index 5f77223f8a90bde84cc6b226b6cf7e0c6f4b33be..0e425fa43d573d618b4bc86b4bfc3c9dc7892e9f 100644
|
| --- a/Source/web/WebPagePopupImpl.cpp
|
| +++ b/Source/web/WebPagePopupImpl.cpp
|
| @@ -161,7 +161,7 @@ private:
|
| return m_popup->m_webView->graphicsLayerFactory();
|
| }
|
|
|
| - virtual void attachRootGraphicsLayer(GraphicsLayer* graphicsLayer) override
|
| + virtual void attachRootGraphicsLayer(GraphicsLayer* graphicsLayer, LocalFrame* frame) override
|
| {
|
| m_popup->setRootGraphicsLayer(graphicsLayer);
|
| }
|
|
|