Chromium Code Reviews| 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; |
|
skobes
2017/01/20 05:15:38
Should we also override this in VisualViewport?
jbroman
2017/01/20 15:55:17
Done. (Can the visual viewport have scrollbars? Wi
|
| private: |
| RootFrameViewport(ScrollableArea& visualViewport, |