| Index: sky/engine/core/dom/Touch.cpp
|
| diff --git a/sky/engine/core/dom/Touch.cpp b/sky/engine/core/dom/Touch.cpp
|
| index 68fca59e958bc37ee720b407692406c88ec597bb..2afc40dee3bdc9de0a0aab1eb51caa155e7231dd 100644
|
| --- a/sky/engine/core/dom/Touch.cpp
|
| +++ b/sky/engine/core/dom/Touch.cpp
|
| @@ -43,8 +43,7 @@ Touch::Touch(LocalFrame* frame, EventTarget* target, unsigned identifier, const
|
| , m_rotationAngle(rotationAngle)
|
| , m_force(force)
|
| {
|
| - float scaleFactor = frame ? frame->pageZoomFactor() : 1.0f;
|
| - m_absoluteLocation = roundedLayoutPoint(pagePos.scaledBy(scaleFactor));
|
| + m_absoluteLocation = roundedLayoutPoint(pagePos);
|
| }
|
|
|
| Touch::Touch(EventTarget* target, unsigned identifier, const FloatPoint& clientPos, const FloatPoint& screenPos, const FloatPoint& pagePos, const FloatSize& radius, float rotationAngle, float force, LayoutPoint absoluteLocation)
|
|
|