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

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

Issue 2408133007: Check the root frame pointer events as well for capture (Closed)
Patch Set: Fix the function naming 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/EventHandler.h
diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h
index ff88c566849294351bc354ba7190bbac528035e3..9fdfa3a29027849ce703370001d7f3eb3ecc9cde 100644
--- a/third_party/WebKit/Source/core/input/EventHandler.h
+++ b/third_party/WebKit/Source/core/input/EventHandler.h
@@ -255,6 +255,8 @@ class CORE_EXPORT EventHandler final
ScrollGranularity,
Node* startNode = nullptr);
+ bool isTouchPointerIdActiveOnFrame(int, LocalFrame*) const;
+
private:
WebInputEventResult handleMouseMoveOrLeaveEvent(
const PlatformMouseEvent&,
@@ -336,6 +338,8 @@ class CORE_EXPORT EventHandler final
FrameHost* frameHost() const;
+ bool rootFrameTouchPointerActiveInCurrentFrame(int pointerId) const;
+
// NOTE: If adding a new field to this class please ensure that it is
// cleared in |EventHandler::clear()|.
« no previous file with comments | « third_party/WebKit/Source/core/events/PointerEventFactory.cpp ('k') | third_party/WebKit/Source/core/input/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698