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

Unified Diff: Source/core/frame/RootFrameViewport.h

Issue 1232333002: Fix virtual/override/final usage in the rest of Source/core/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/core/frame/RemoteFrameView.h ('k') | Source/core/frame/SuspendableTimer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/RootFrameViewport.h
diff --git a/Source/core/frame/RootFrameViewport.h b/Source/core/frame/RootFrameViewport.h
index a192307408168bb8cde248bf33f0fce25d0d805b..f1f8752a62655aab16b4d8a228a3737f1a0760a9 100644
--- a/Source/core/frame/RootFrameViewport.h
+++ b/Source/core/frame/RootFrameViewport.h
@@ -67,7 +67,7 @@ public:
HostWindow* hostWindow() const override;
void serviceScrollAnimations(double) override;
void updateCompositorScrollAnimations() override;
- virtual ScrollBehavior scrollBehaviorStyle() const override;
+ ScrollBehavior scrollBehaviorStyle() const override;
// TODO(bokan): This method should be removed. It should be replaced by
// making EventHandler::handleWheelEvent unpack the WheelEvent and make a
// call to this class' scroll method.
« no previous file with comments | « Source/core/frame/RemoteFrameView.h ('k') | Source/core/frame/SuspendableTimer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698