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

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

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: fix test Created 4 years, 2 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/RootScrollerController.h
diff --git a/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.h b/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.h
index c200a965c242db7258f3102fab934aed06cd8324..0bc5ba234340bee41b72ffebc4aec7f98e59f5fc 100644
--- a/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.h
+++ b/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.h
@@ -19,7 +19,7 @@ class ScrollableArea;
class ScrollStateCallback;
// Manages the root scroller associated with a given document. The root
-// scroller causes top controls movement, overscroll effects and prevents
+// scroller causes browser controls movement, overscroll effects and prevents
// chaining scrolls up further in the DOM. It can be set from script using
// document.setRootScroller.
//
@@ -30,7 +30,7 @@ class ScrollStateCallback;
// element we're using internally to apply viewport scrolling actions. The
// effective root scroller will only be null during document initialization.
// Both these elements come from this controller's associated Document. The
-// final "global" root scroller, the one whose scrolling hides top controls,
+// final "global" root scroller, the one whose scrolling hides browser controls,
// may be in a different frame.
//
// If the currently set m_rootScroller is a valid element to become the root

Powered by Google App Engine
This is Rietveld 408576698