| Index: sky/engine/platform/PlatformGestureEvent.h
|
| diff --git a/sky/engine/platform/PlatformGestureEvent.h b/sky/engine/platform/PlatformGestureEvent.h
|
| index e3e042fd3e0f2e79fd02a60c5b2d766bef606d7b..294d0d107db46506075fe562d0a8ef5e7e2ef0c4 100644
|
| --- a/sky/engine/platform/PlatformGestureEvent.h
|
| +++ b/sky/engine/platform/PlatformGestureEvent.h
|
| @@ -106,16 +106,6 @@ public:
|
| return m_data.m_pinchUpdate.m_scale;
|
| }
|
|
|
| - void applyTouchAdjustment(const IntPoint& adjustedPosition)
|
| - {
|
| - // Update the window-relative position of the event so that the node that was
|
| - // ultimately hit is under this point (i.e. elementFromPoint for the client
|
| - // co-ordinates in a 'click' event should yield the target). The global
|
| - // position is intentionally left unmodified because it's intended to reflect
|
| - // raw co-ordinates unrelated to any content.
|
| - m_position = adjustedPosition;
|
| - }
|
| -
|
| bool isScrollEvent() const
|
| {
|
| switch (m_type) {
|
|
|