| 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 48087123896eb6302f05b439858b3d39ce458998..1f4632132bb43eaf0d7c679da4023ffbf3a4fed0 100644
|
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| @@ -116,6 +116,10 @@ FloatQuad RootFrameViewport::localToVisibleContentQuad(
|
| return viewportQuad;
|
| }
|
|
|
| +RefPtr<WebTaskRunner> RootFrameViewport::getTimerTaskRunner() const {
|
| + return layoutViewport().getTimerTaskRunner();
|
| +}
|
| +
|
| int RootFrameViewport::horizontalScrollbarHeight(
|
| OverlayScrollbarClipBehavior behavior) const {
|
| return layoutViewport().horizontalScrollbarHeight(behavior);
|
|
|