Chromium Code Reviews| Index: Source/core/events/UIEvent.idl |
| diff --git a/Source/core/events/UIEvent.idl b/Source/core/events/UIEvent.idl |
| index d4e3e2b46a29f998146dd124d92faa1f91b2ec17..5722c6d00ba02aff9e16c47abfc79f3a0e10d85f 100644 |
| --- a/Source/core/events/UIEvent.idl |
| +++ b/Source/core/events/UIEvent.idl |
| @@ -32,7 +32,8 @@ |
| [Default=Undefined] optional boolean bubbles, |
| [Default=Undefined] optional boolean cancelable, |
| [Default=Undefined] optional Window? view, |
| - [Default=Undefined] optional long detail); |
| + [Default=Undefined] optional long detail, |
| + [Default=Undefined] optional InputDevice? sourceDevice); |
|
tdresser
2015/06/16 19:51:41
This should be behind the RuntimeEnabledFeature, s
lanwei
2015/06/17 15:11:42
No, other places all have RuntimeEnabled=InputDevi
tdresser
2015/06/17 15:18:59
I think you need a completely separate constructor
|
| // Non-standard |
| [MeasureAs=UIEventLayerX] readonly attribute long layerX; |