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

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

Issue 2735293002: Rename *isOverWidget* methods to ...isOverFrameViewBase... (Closed)
Patch Set: 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..056d1b757dfdb828e5097cda0ea7101991368494 100644
--- a/third_party/WebKit/Source/core/input/ScrollManager.h
+++ b/third_party/WebKit/Source/core/input/ScrollManager.h
@@ -95,8 +95,9 @@ class CORE_EXPORT ScrollManager
WebInputEventResult handleGestureScrollUpdate(const WebGestureEvent&);
WebInputEventResult handleGestureScrollBegin(const WebGestureEvent&);
- WebInputEventResult passScrollGestureEventToWidget(const WebGestureEvent&,
- LayoutObject*);
+ WebInputEventResult passScrollGestureEventToFrameViewBase(
haraken 2017/03/08 06:19:06 Maybe we could drop "ToFrameViewBase" to make it l
joelhockey 2017/03/08 06:42:36 Done. Yes, the parameters make it clear enought t
+ const WebGestureEvent&,
+ LayoutObject*);
void clearGestureScrollState();
@@ -121,7 +122,7 @@ class CORE_EXPORT ScrollManager
Member<Node> m_scrollGestureHandlingNode;
- bool m_lastGestureScrollOverWidget;
+ bool m_lastGestureScrollOverFrameViewBase;
haraken 2017/03/08 06:19:06 Maybe drop "OverFrameViewBase".
joelhockey 2017/03/08 06:42:36 I'll leave this for now. I did think about making
// 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