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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.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: Created 4 years, 6 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 7f6cd37d8d9e8d7f39b1403c29306b11c152a838..8de702758bbeea9fee430355fe02560efdf8b88e 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
@@ -131,9 +131,9 @@ public:
Element* focusedElement() const;
PaintLayerCompositor* compositor() const;
- void setRootGraphicsLayer(GraphicsLayer*);
- void attachCompositorAnimationTimeline(CompositorAnimationTimeline*);
- void detachCompositorAnimationTimeline(CompositorAnimationTimeline*);
+ void setRootGraphicsLayer(GraphicsLayer*) override;
+ void attachCompositorAnimationTimeline(CompositorAnimationTimeline*) override;
+ void detachCompositorAnimationTimeline(CompositorAnimationTimeline*) override;
// Exposed for the purpose of overriding device metrics.
void sendResizeEventAndRepaint();

Powered by Google App Engine
This is Rietveld 408576698