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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.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/web/WebFrameWidgetImpl.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
index 6aa082b31d28d7a7c5341c55f8e7ec2335714e17..885bffb1889e2aad5c9712fd40030eccf5db1cf7 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
@@ -138,6 +138,7 @@ public:
CompositorProxyClient* createCompositorProxyClient() override;
WebWidgetClient* client() const override { return m_client; }
void setRootGraphicsLayer(GraphicsLayer*) override;
+ void setRootLayer(WebLayer*) override;
void attachCompositorAnimationTimeline(CompositorAnimationTimeline*) override;
void detachCompositorAnimationTimeline(CompositorAnimationTimeline*) override;

Powered by Google App Engine
This is Rietveld 408576698