Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/MouseEvent.idl |
| diff --git a/third_party/WebKit/Source/core/events/MouseEvent.idl b/third_party/WebKit/Source/core/events/MouseEvent.idl |
| index 0f4eab1985cb2953ebd86d4c50c9fbae9b2ac537..8a6e8c0511d9b754b6f0db425407b4ebac2c2941 100644 |
| --- a/third_party/WebKit/Source/core/events/MouseEvent.idl |
| +++ b/third_party/WebKit/Source/core/events/MouseEvent.idl |
| @@ -34,6 +34,7 @@ |
| readonly attribute short button; |
| readonly attribute unsigned short buttons; |
| readonly attribute EventTarget? relatedTarget; |
| + [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute DOMString? region; |
|
Rick Byers
2016/03/10 21:36:29
nit: move to the bottom in a new section with a co
zino
2016/03/11 09:35:47
Done.
|
| boolean getModifierState(DOMString keyArg); |
| // https://w3c.github.io/uievents/#idl-interface-MouseEvent-initializers |