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(); |