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

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

Issue 2526943002: Add use counters for lots of DOM APIs.
Patch Set: Add use counters for lots of DOM APIs. Created 4 years 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/InputEvent.idl
diff --git a/third_party/WebKit/Source/core/events/InputEvent.idl b/third_party/WebKit/Source/core/events/InputEvent.idl
index 4fc702ca4b184facb7eb3ec62910834ef261f671..0832c260e211af47cd44e6b7ee59c477a71b3ffd 100644
--- a/third_party/WebKit/Source/core/events/InputEvent.idl
+++ b/third_party/WebKit/Source/core/events/InputEvent.idl
@@ -10,9 +10,9 @@
Constructor(DOMString type, optional InputEventInit eventInitDict),
RuntimeEnabled=InputEvent,
] interface InputEvent : UIEvent {
- readonly attribute DOMString inputType;
- readonly attribute DOMString? data;
- readonly attribute DataTransfer? dataTransfer;
- readonly attribute boolean isComposing;
- sequence<StaticRange> getTargetRanges();
+ [Measure] readonly attribute DOMString inputType;
+ [Measure] readonly attribute DOMString? data;
+ [Measure] readonly attribute DataTransfer? dataTransfer;
+ [Measure] readonly attribute boolean isComposing;
+ [Measure] sequence<StaticRange> getTargetRanges();
};
« no previous file with comments | « third_party/WebKit/Source/core/events/HashChangeEvent.idl ('k') | third_party/WebKit/Source/core/events/MessageEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698