Index: third_party/WebKit/Source/core/loader/EmptyClients.h |
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h |
index e23c03698d7fdbcdf381ebe80621b2ebb81ab770..86480a2423336f7343c3084070727edad6d9a807 100644 |
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h |
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h |
@@ -159,6 +159,7 @@ public: |
Cursor lastSetCursorForTesting() const override { return pointerCursor(); } |
void attachRootGraphicsLayer(GraphicsLayer*, LocalFrame* localRoot) override {} |
+ void attachRootLayer(WebLayer*, LocalFrame* localRoot) override {} |
void setEventListenerProperties(WebEventListenerClass, WebEventListenerProperties) override {} |
WebEventListenerProperties eventListenerProperties(WebEventListenerClass) const override { return WebEventListenerProperties::Nothing; } |