| 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 9db033671090133e1b4a834ba1caecd094abe141..f84a9511e2fb7bb818b8f586b068041a4e5cf209 100644
|
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
|
| @@ -106,6 +106,7 @@ class CORE_EXPORT RootFrameViewport final
|
| FloatQuad localToVisibleContentQuad(const FloatQuad&,
|
| const LayoutObject*,
|
| unsigned = 0) const final;
|
| + RefPtr<WebTaskRunner> getTimerTaskRunner() const final;
|
|
|
| private:
|
| RootFrameViewport(ScrollableArea& visualViewport,
|
|
|