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

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

Issue 2478313003: Fixed composed & detail fields in PointerEvents. (Closed)
Patch Set: Created 4 years, 1 month 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 661a08bdf6f793585de8d07950e535353396dd1c..afc7962b23e8e77bf01c24992f299e952376c63a 100644
--- a/third_party/WebKit/Source/core/events/PointerEventFactory.h
+++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h
@@ -104,7 +104,7 @@ class CORE_EXPORT PointerEventFactory {
void setIdTypeButtons(PointerEventInit&,
const WebPointerProperties&,
unsigned buttons);
- void setBubblesAndCancelable(PointerEventInit&, const AtomicString& type);
+ void setEventSpecificFields(PointerEventInit&, const AtomicString& type);
// Creates pointerevents like boundary and capture events from another
// pointerevent (i.e. up/down/move events).

Powered by Google App Engine
This is Rietveld 408576698