| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 2861b19338ea83e75e298cc93f98898afa7cc569..ee558643bc9a40819cc27050b50bb2d20a0cb9cb 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -375,6 +375,7 @@ public:
|
| bool userInputScrollable(ScrollbarOrientation) const override;
|
| bool shouldPlaceVerticalScrollbarOnLeft() const override;
|
| Widget* getWidget() override;
|
| + CompositorAnimationTimeline* compositorAnimationTimeline() const override;
|
|
|
| LayoutRect scrollIntoView(
|
| const LayoutRect& rectInContent,
|
|
|