| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 985f673bbe2a3954b64c19408e2f5dd94df9f42b..adb8f0fc40ba9a8ae63a50df3b5a8387ab786d78 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -953,7 +953,7 @@ public:
|
| bool isDelayingLoadEvent();
|
| void loadPluginsSoon();
|
|
|
| - PassRefPtrWillBeRawPtr<Touch> createTouch(DOMWindow*, EventTarget*, int identifier, int pageX, int pageY, int screenX, int screenY, int radiusX, int radiusY, float rotationAngle, float force) const;
|
| + PassRefPtrWillBeRawPtr<Touch> createTouch(DOMWindow*, EventTarget*, int identifier, double pageX, double pageY, double screenX, double screenY, double radiusX, double radiusY, float rotationAngle, float force) const;
|
| PassRefPtrWillBeRawPtr<TouchList> createTouchList(WillBeHeapVector<RefPtrWillBeMember<Touch> >&) const;
|
|
|
| const DocumentTiming& timing() const { return m_documentTiming; }
|
|
|