Index: third_party/WebKit/Source/platform/PlatformGestureEvent.h |
diff --git a/third_party/WebKit/Source/platform/PlatformGestureEvent.h b/third_party/WebKit/Source/platform/PlatformGestureEvent.h |
index 1cf91fcd13bdfa9dce902d753ee5645bd884b45e..cd662c5132b21e3f52f337ad1c5ae4b657c86dd5 100644 |
--- a/third_party/WebKit/Source/platform/PlatformGestureEvent.h |
+++ b/third_party/WebKit/Source/platform/PlatformGestureEvent.h |
@@ -182,11 +182,11 @@ class PlatformGestureEvent : public PlatformEvent { |
} |
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. |
+ // 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; |
} |