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

Unified Diff: third_party/WebKit/Source/core/dom/Touch.h

Issue 2390543002: Reflow comments in core/dom/. (Closed)
Patch Set: Reformat comments in core/dom/. 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/core/dom/Touch.h
diff --git a/third_party/WebKit/Source/core/dom/Touch.h b/third_party/WebKit/Source/core/dom/Touch.h
index 9fc28be78c2a60eae02551f32816d3bb410f669d..95cd5fe4d223c4a0cbb5f70717b7b1b9efaf2720 100644
--- a/third_party/WebKit/Source/core/dom/Touch.h
+++ b/third_party/WebKit/Source/core/dom/Touch.h
@@ -121,9 +121,9 @@ class CORE_EXPORT Touch final : public GarbageCollectedFinalized<Touch>,
float m_rotationAngle;
float m_force;
String m_region;
- // FIXME(rbyers): Shouldn't we be able to migrate callers to relying on screenPos, pagePos
- // or clientPos? absoluteLocation appears to be the same as pagePos but without browser
- // scale applied.
+ // FIXME(rbyers): Shouldn't we be able to migrate callers to relying on
+ // screenPos, pagePos or clientPos? absoluteLocation appears to be the same as
+ // pagePos but without browser scale applied.
LayoutPoint m_absoluteLocation;
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/TextLinkColors.cpp ('k') | third_party/WebKit/Source/core/dom/TreeScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698