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

Unified Diff: Source/core/events/MouseEvent.idl

Issue 725073003: Add UseCounters for UIEvent.charCode/keyCode/which (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/core/events/KeyboardEvent.idl ('k') | Source/core/events/UIEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/MouseEvent.idl
diff --git a/Source/core/events/MouseEvent.idl b/Source/core/events/MouseEvent.idl
index feda914c789cd6cf7c5d304f79033e9cfe433d9e..776a96d848250c13b33e15a7d81555b8322fb197 100644
--- a/Source/core/events/MouseEvent.idl
+++ b/Source/core/events/MouseEvent.idl
@@ -58,6 +58,7 @@
[MeasureAs=MouseEventY] readonly attribute long y;
[MeasureAs=MouseEventFromElement] readonly attribute Node fromElement;
[MeasureAs=MouseEventToElement] readonly attribute Node toElement;
+ [MeasureAs=MouseEventWhich] readonly attribute long which;
// FIXME: this belongs on the DragEvent interface
readonly attribute DataTransfer dataTransfer;
« no previous file with comments | « Source/core/events/KeyboardEvent.idl ('k') | Source/core/events/UIEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698