| Index: third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| index fee7310bad65be23c40f23f626111291570a1801..eb90da9d74e6d774a673668b6b2391810d74271b 100644
|
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| @@ -302,6 +302,11 @@ GraphicsLayer* RootFrameViewport::layerForVerticalScrollbar() const
|
| return layoutViewport().layerForVerticalScrollbar();
|
| }
|
|
|
| +GraphicsLayer* RootFrameViewport::layerForScrollCorner() const
|
| +{
|
| + return layoutViewport().layerForScrollCorner();
|
| +}
|
| +
|
| ScrollResult RootFrameViewport::userScroll(ScrollGranularity granularity, const FloatSize& delta)
|
| {
|
| // TODO(bokan/ymalik): Once smooth scrolling is permanently enabled we
|
|
|