| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index c665c803790f9595b39c5439a5ab7d648b652538..f2f8ad2c5b69cb167d96bdb5a9adf33e0a758127 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -174,7 +174,9 @@ interface Document : Node {
|
| [Default=Undefined] optional unrestricted double webkitRadiusX,
|
| [Default=Undefined] optional unrestricted double webkitRadiusY,
|
| [Default=Undefined] optional unrestricted float webkitRotationAngle,
|
| - [Default=Undefined] optional unrestricted float webkitForce);
|
| + [Default=Undefined] optional unrestricted float webkitForce,
|
| + [Default=Undefined] optional unrestricted float tilt,
|
| + [Default=Undefined] optional unrestricted float tiltDirection);
|
| [RuntimeEnabled=Touch] TouchList createTouchList(Touch... touches);
|
|
|
| // FIXME: The spec doesn't define these event handler attributes.
|
|
|