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

Unified Diff: third_party/WebKit/Source/core/events/PointerEventFactory.h

Issue 2199263005: Fix properties of got/lostpointercapture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update the test output Created 4 years, 4 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/events/PointerEventFactory.h
diff --git a/third_party/WebKit/Source/core/events/PointerEventFactory.h b/third_party/WebKit/Source/core/events/PointerEventFactory.h
index 13118ce8f8a6d3fc2a8263085375c465f222ff2d..951968befedee00d3bfcdabdf29438bb9c7b45f0 100644
--- a/third_party/WebKit/Source/core/events/PointerEventFactory.h
+++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h
@@ -102,6 +102,11 @@ private:
unsigned buttons);
void setBubblesAndCancelable(PointerEventInit&, const AtomicString& type);
+ // Creates pointerevents like boundary and capture events from another
+ // pointerevent (i.e. up/down/move events).
+ PointerEvent* createPointerEventFrom(
+ PointerEvent*, const AtomicString&, EventTarget*);
+
static const int s_invalidId;
int m_currentId;

Powered by Google App Engine
This is Rietveld 408576698