Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: third_party/WebKit/Source/platform/PlatformGestureEvent.h

Issue 2388303002: reflow comments in platform/ (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
« no previous file with comments | « third_party/WebKit/Source/platform/PlatformEvent.h ('k') | third_party/WebKit/Source/platform/PlatformMouseEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698