Chromium Code Reviews| Index: Source/core/events/UIEventInit.idl |
| diff --git a/Source/core/events/UIEventInit.idl b/Source/core/events/UIEventInit.idl |
| index e5b70e0fb481efd1e5c6bc0b1d03f099dcb36217..516a93622279d3526ebbd092e113d187f8476660 100644 |
| --- a/Source/core/events/UIEventInit.idl |
| +++ b/Source/core/events/UIEventInit.idl |
| @@ -7,4 +7,5 @@ |
| dictionary UIEventInit : EventInit { |
| Window? view = null; |
| long detail = 0; |
| + InputDevice? sourceDevice = null; |
|
Rick Byers
2015/05/28 00:11:43
RuntimeEnabled
lanwei
2015/05/29 18:02:38
Done.
|
| }; |