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 970e89e04ef84f1da2145a3ec125efc67aae98eb..1cdd16fe351b48fa3f023bc6437e412d6aa8cc5a 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -441,6 +441,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&, |