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

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

Issue 2750463005: Remove top controls clipping adjustment for document.rootScroller (Closed)
Patch Set: Rebase Created 3 years, 9 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 fd4071eee5e73b6749cabd0aa02c373f8f53167c..96c7e3ac365af2b83be7a4f612b002fa1cc761ed 100644
--- a/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
+++ b/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
@@ -65,8 +65,6 @@ class CORE_EXPORT TopDocumentRootScrollerController
// Called when the root scroller in any frames on the page has changed.
void didChangeRootScroller();
- void mainFrameViewResized();
-
// Returns the ScrollableArea associated with the globalRootScroller(). Note,
// this isn't necessarily the PLSA belonging to the root scroller Element's
// LayoutBox. If the root scroller is the documentElement then we use the

Powered by Google App Engine
This is Rietveld 408576698