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

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

Issue 2735293002: Rename *isOverWidget* methods to ...isOverFrameViewBase... (Closed)
Patch Set: Rename *isOverWidget* methods to ...isOverFrameViewBase... 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/input/ScrollManager.h
diff --git a/third_party/WebKit/Source/core/input/ScrollManager.h b/third_party/WebKit/Source/core/input/ScrollManager.h
index 51fbc7b855cec6e37b0f8ad1bf310870fcea2955..e75cacd6e36e04e34425b79d7123231a1a87609f 100644
--- a/third_party/WebKit/Source/core/input/ScrollManager.h
+++ b/third_party/WebKit/Source/core/input/ScrollManager.h
@@ -95,8 +95,8 @@ class CORE_EXPORT ScrollManager
WebInputEventResult handleGestureScrollUpdate(const WebGestureEvent&);
WebInputEventResult handleGestureScrollBegin(const WebGestureEvent&);
- WebInputEventResult passScrollGestureEventToWidget(const WebGestureEvent&,
- LayoutObject*);
+ WebInputEventResult passScrollGestureEvent(const WebGestureEvent&,
+ LayoutObject*);
void clearGestureScrollState();
@@ -121,7 +121,7 @@ class CORE_EXPORT ScrollManager
Member<Node> m_scrollGestureHandlingNode;
- bool m_lastGestureScrollOverWidget;
+ bool m_lastGestureScrollOverFrameViewBase;
// The most recent element to scroll natively during this scroll
// sequence. Null if no native element has scrolled this scroll
« no previous file with comments | « third_party/WebKit/Source/core/input/EventHandler.cpp ('k') | third_party/WebKit/Source/core/input/ScrollManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698