Index: third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
index 6b1faadf9dfe49513287e4d4ee553040ec35d414..5d844b00e78e8e608f4eab4694998a3bee55dd31 100644 |
--- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
@@ -196,11 +196,6 @@ private: |
client->setTouchAction(static_cast<WebTouchAction>(touchAction)); |
} |
- GraphicsLayerFactory* graphicsLayerFactory() const override |
- { |
- return m_popup->m_webView->graphicsLayerFactory(); |
- } |
- |
void attachRootGraphicsLayer(GraphicsLayer* graphicsLayer, LocalFrame* localRoot) override |
{ |
m_popup->setRootGraphicsLayer(graphicsLayer); |