| Index: third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.h b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| index bebbadfe155ad76cc2c61c7787ad9daa19a89fba..f3ed27c394619d61b7d4a96f42f5f7f13403041d 100644
|
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| @@ -77,6 +77,7 @@ public:
|
| GraphicsLayer* layerForScrolling() const override;
|
| GraphicsLayer* layerForHorizontalScrollbar() const override;
|
| GraphicsLayer* layerForVerticalScrollbar() const override;
|
| + GraphicsLayer* layerForScrollCorner() const override;
|
| ScrollResult userScroll(ScrollGranularity, const FloatSize&) override;
|
| bool scrollAnimatorEnabled() const override;
|
| HostWindow* getHostWindow() const override;
|
|
|