| 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.
|
|
|