Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

Issue 2342103002: Refactor the way PaintArtifactCompositor is attached and used. (Closed)
Patch Set: none Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698