Index: third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h |
diff --git a/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h b/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h |
index 2c581383feb436ac216367a2433e6cf9b506fdd2..cf505a6c2a764468fe9985f25e2fda88bc6f9c87 100644 |
--- a/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h |
+++ b/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h |
@@ -53,6 +53,9 @@ public: |
// Returns the GraphicsLayer for the global root scroller. |
GraphicsLayer* rootScrollerLayer() override; |
+ // Returns the Element that's the global root scroller. |
+ Element* globalRootScroller() const; |
+ |
protected: |
TopDocumentRootScrollerController(Document&); |