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

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: 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..1a540aba5492405225abbd2cf3f6c3bffe70b218 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 isTouchPointerEventActiveOnFrame(int, LocalFrame*);
mustaq 2016/10/13 16:38:25 Why is this touch specific? Could be useful for al
Navid Zolghadr 2016/10/13 17:32:32 Sure.
+
private:
WebInputEventResult handleMouseMoveOrLeaveEvent(
const PlatformMouseEvent&,

Powered by Google App Engine
This is Rietveld 408576698