Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(764)

Unified Diff: third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h

Issue 2887053002: Remove scroll_clip_layer dependency from viewport layer tracking (Closed)
Patch Set: Cleanup return stmt Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698