| Index: third_party/WebCore/dom/Touch.idl
|
| diff --git a/third_party/WebCore/dom/Touch.idl b/third_party/WebCore/dom/Touch.idl
|
| index d2937b34e06bd897e596f0dc983e8753dd20ec80..634a45c831d6cea42e15390d5722bd24ddd16983 100644
|
| --- a/third_party/WebCore/dom/Touch.idl
|
| +++ b/third_party/WebCore/dom/Touch.idl
|
| @@ -36,8 +36,8 @@ module events {
|
| readonly attribute long pageY;
|
| readonly attribute EventTarget target;
|
| readonly attribute unsigned long identifier;
|
| - readonly attribute int webkitRadiusX;
|
| - readonly attribute int webkitRadiusY;
|
| + readonly attribute long webkitRadiusX;
|
| + readonly attribute long webkitRadiusY;
|
| readonly attribute float webkitRotationAngle;
|
| readonly attribute float webkitForce;
|
| };
|
|
|