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

Unified Diff: third_party/WebKit/Source/core/input/ScrollManager.cpp

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/input/ScrollManager.cpp
diff --git a/third_party/WebKit/Source/core/input/ScrollManager.cpp b/third_party/WebKit/Source/core/input/ScrollManager.cpp
index 6dbfde67fbcf7306f15ceaef1f95a865759c063f..d6791e682c6406ceb7c0d7b3ce954e7093fab42a 100644
--- a/third_party/WebKit/Source/core/input/ScrollManager.cpp
+++ b/third_party/WebKit/Source/core/input/ScrollManager.cpp
@@ -6,9 +6,9 @@
#include "core/dom/DOMNodeIds.h"
#include "core/events/GestureEvent.h"
+#include "core/frame/BrowserControls.h"
#include "core/frame/FrameHost.h"
#include "core/frame/FrameView.h"
-#include "core/frame/TopControls.h"
#include "core/html/HTMLFrameOwnerElement.h"
#include "core/input/EventHandler.h"
#include "core/input/EventHandlingUtil.h"
@@ -370,7 +370,7 @@ WebInputEventResult ScrollManager::passScrollGestureEventToWidget(
bool ScrollManager::isEffectiveRootScroller(const Node& node) const {
// The root scroller is the one Element on the page designated to perform
- // "viewport actions" like top controls movement and overscroll glow.
+ // "viewport actions" like browser controls movement and overscroll glow.
if (!m_frame->document())
return false;

Powered by Google App Engine
This is Rietveld 408576698