| Index: third_party/WebKit/Source/core/events/PointerEventInit.idl
|
| diff --git a/third_party/WebKit/Source/core/events/PointerEventInit.idl b/third_party/WebKit/Source/core/events/PointerEventInit.idl
|
| index d474bcd9b945e9374a86c71af120e43b4cc6301b..ab0279df65717712efdc436ed891f6d8af5dba70 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/PointerEventInit.idl
|
| @@ -8,8 +8,8 @@
|
| RuntimeEnabled=PointerEvent,
|
| ] dictionary PointerEventInit : MouseEventInit {
|
| long pointerId = 0;
|
| - double width = 0;
|
| - double height = 0;
|
| + double width = 1;
|
| + double height = 1;
|
| float pressure = 0;
|
| long tiltX = 0;
|
| long tiltY = 0;
|
|
|