| Index: Source/core/frame/RootFrameViewport.h
|
| diff --git a/Source/core/frame/RootFrameViewport.h b/Source/core/frame/RootFrameViewport.h
|
| index d645de6e0d1453c6b1365348e3ff21f81d159711..9882cc86fad972210fe39fcad03f4097dcb2826a 100644
|
| --- a/Source/core/frame/RootFrameViewport.h
|
| +++ b/Source/core/frame/RootFrameViewport.h
|
| @@ -63,6 +63,7 @@ public:
|
| bool scrollAnimatorEnabled() const override;
|
| HostWindow* hostWindow() const override;
|
| void serviceScrollAnimations(double) override;
|
| + void updateCompositorScrollAnimations() 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.
|
|
|