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 f3496595a49b91242f2929265d357eb26dab8317..2dcd5fb44256cfda5e5d86190237edebf5a39976 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -437,6 +437,7 @@ class CORE_EXPORT FrameView final |
bool userInputScrollable(ScrollbarOrientation) const override; |
bool shouldPlaceVerticalScrollbarOnLeft() const override; |
Widget* getWidget() override; |
+ CompositorAnimationHost* compositorAnimationHost() const override; |
CompositorAnimationTimeline* compositorAnimationTimeline() const override; |
LayoutBox* layoutBox() const override; |
FloatQuad localToVisibleContentQuad(const FloatQuad&, |