| 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
|
|
|