Chromium Code Reviews

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: adding comments Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 a2e21f96d10e0c81130ada8674534917c566f09e..1ec4dd403989083a9d78fb935b60d928ff2bacfb 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
@@ -133,9 +133,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