| Index: third_party/WebKit/Source/core/frame/VisualViewport.h
|
| diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.h b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| index 8a4c957e131e835b12d6e2b246a1606c6607ac24..5c52dbcb55424b1930ae6c51e0145fa6b833b0e9 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| @@ -195,6 +195,7 @@ class CORE_EXPORT VisualViewport final
|
| GraphicsLayer* layerForHorizontalScrollbar() const override;
|
| GraphicsLayer* layerForVerticalScrollbar() const override;
|
| Widget* getWidget() override;
|
| + CompositorAnimationHost* compositorAnimationHost() const override;
|
| CompositorAnimationTimeline* compositorAnimationTimeline() const override;
|
| IntRect visibleContentRect(
|
| IncludeScrollbarsInRect = ExcludeScrollbars) const override;
|
|
|