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

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.h

Issue 2036403002: Always use the WebFrameWidget when attaching the root graphics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adding comments Created 4 years, 5 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/WebViewFrameWidget.h
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
index af9990b72e008c3382506701b33da290b1ec5ecb..8161169768b1badbbf7777bfd9612d6c54ad1fed 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
@@ -95,6 +95,9 @@ public:
bool forSubframe() const { return false; }
void scheduleAnimation() override;
CompositorProxyClient* createCompositorProxyClient() override;
+ void setRootGraphicsLayer(GraphicsLayer*) override;
+ void attachCompositorAnimationTimeline(CompositorAnimationTimeline*) override;
+ void detachCompositorAnimationTimeline(CompositorAnimationTimeline*) override;
WebWidgetClient* client() const override { return m_client; }
private:

Powered by Google App Engine
This is Rietveld 408576698