| 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 67579322099ca265a661df21439760398db0320a..55763940e62d9a65561a46eda03506c553b37e61 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
|
| @@ -57,6 +57,9 @@ class CORE_EXPORT TopDocumentRootScrollerController
|
| // Returns the GraphicsLayer for the global root scroller.
|
| GraphicsLayer* RootScrollerLayer() const;
|
|
|
| + // Returns the GraphicsLayer for the global root scroll container.
|
| + GraphicsLayer* RootContainerLayer() const;
|
| +
|
| PaintLayer* RootScrollerPaintLayer() const;
|
|
|
| // Returns the Element that's the global root scroller. See README.md for
|
|
|