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 73516f773037bb1114e28917f8bc876e2e066d2a..6ea4faf6dc0d8c06677d016eff96743da391f4a7 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -423,6 +423,7 @@ class CORE_EXPORT FrameView final |
bool scrollAnimatorEnabled() const override; |
bool usesCompositedScrolling() const override; |
bool shouldScrollOnMainThread() const override; |
+ PaintLayer* layer() const override; |
GraphicsLayer* layerForScrolling() const override; |
GraphicsLayer* layerForHorizontalScrollbar() const override; |
GraphicsLayer* layerForVerticalScrollbar() const override; |