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

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

Issue 2635583002: Add UseCounter for setPointerCapture outside dispatch (Closed)
Patch Set: Rebase again Created 3 years, 10 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/PointerEventManager.h
diff --git a/third_party/WebKit/Source/core/input/PointerEventManager.h b/third_party/WebKit/Source/core/input/PointerEventManager.h
index 0ba65f669b0e89d02fe24b546c507043c9c33d26..bc24fe9151631c4df49e1ea62c21929df48ccaf5 100644
--- a/third_party/WebKit/Source/core/input/PointerEventManager.h
+++ b/third_party/WebKit/Source/core/input/PointerEventManager.h
@@ -223,6 +223,10 @@ class CORE_EXPORT PointerEventManager
PointerEventFactory m_pointerEventFactory;
Member<TouchEventManager> m_touchEventManager;
Member<MouseEventManager> m_mouseEventManager;
+
+ // The pointerId of the PointerEvent currently being dispatched within this
+ // frame or 0 if none.
+ int m_dispatchingPointerId;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/core/input/PointerEventManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698