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

Unified Diff: third_party/WebKit/Source/core/events/PointerEvent.idl

Issue 1895983002: Adding UMA metrics to track usage of pointerevents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/PointerEvent.idl
diff --git a/third_party/WebKit/Source/core/events/PointerEvent.idl b/third_party/WebKit/Source/core/events/PointerEvent.idl
index cecf01e276a8a60d9b847d03143abcc30fe3a0df..bf316b24e00c8a874c11b8307a1a1fd0553e9bf9 100644
--- a/third_party/WebKit/Source/core/events/PointerEvent.idl
+++ b/third_party/WebKit/Source/core/events/PointerEvent.idl
@@ -8,7 +8,7 @@
Constructor(DOMString type, optional PointerEventInit eventInitDict),
RuntimeEnabled=PointerEvent,
] interface PointerEvent : MouseEvent {
- readonly attribute long pointerId;
+ [MeasureAs=PointerEventCount] readonly attribute long pointerId;
tdresser 2016/04/19 12:43:20 To measure any usage of an interface, it looks lik
sahel 2016/04/19 17:57:06 Done.
readonly attribute double width;
readonly attribute double height;
readonly attribute float pressure;

Powered by Google App Engine
This is Rietveld 408576698