| 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 6d70a24bfc859b8719500b1b11f06d8f9f2df0db..d092a9b126585923a71219bd9ea7f92ad96a1384 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.h
|
| @@ -194,6 +194,7 @@ public:
|
| GraphicsLayer* layerForHorizontalScrollbar() const override;
|
| GraphicsLayer* layerForVerticalScrollbar() const override;
|
| Widget* getWidget() override;
|
| + CompositorAnimationTimeline* compositorAnimationTimeline() const override;
|
|
|
| // Used for gathering data on user pinch-zoom statistics.
|
| void userDidChangeScale();
|
|
|