| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 7443273c9b318e6cff99a820d6a32d704204289e..d3b141bc3131b14aed00650853b30879ab4f6d46 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -345,6 +345,7 @@
|
| IntRect scrollableAreaBoundingBox() const override;
|
| bool scrollAnimatorEnabled() const override;
|
| bool usesCompositedScrolling() const override;
|
| + GraphicsLayer* layerForScrollbarContainer() const override;
|
| GraphicsLayer* layerForScrolling() const override;
|
| GraphicsLayer* layerForHorizontalScrollbar() const override;
|
| GraphicsLayer* layerForVerticalScrollbar() const override;
|
|
|