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

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

Issue 2499853002: Fixed clip resize for document.rootScroller with inertTopControls (Closed)
Patch Set: Fixed typo Created 4 years, 1 month 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 31e4428462c2e4cd1f0443201ff34dd8f7df0d6b..de3752ca3cbbaafdbdb076bebaf07fce2e8f2738 100644
--- a/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
+++ b/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
@@ -14,6 +14,7 @@ namespace blink {
class Element;
class FrameHost;
class GraphicsLayer;
+class PaintLayer;
class RootFrameViewport;
class ScrollStateCallback;
class ViewportScrollCallback;
@@ -50,12 +51,16 @@ class CORE_EXPORT TopDocumentRootScrollerController
// Returns the GraphicsLayer for the global root scroller.
GraphicsLayer* rootScrollerLayer() const;
+ PaintLayer* rootScrollerPaintLayer() const;
+
// Returns the Element that's the global root scroller.
Element* globalRootScroller() const;
// Called when the root scroller in any frames on the page has changed.
void didChangeRootScroller();
+ void mainFrameViewResized();
+
private:
TopDocumentRootScrollerController(FrameHost&);

Powered by Google App Engine
This is Rietveld 408576698