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

Unified Diff: third_party/WebKit/Source/core/editing/GranularityStrategy.h

Issue 2399663003: Reflow comments in //third_party/WebKit/Source/core/editing (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/core/editing/GranularityStrategy.h
diff --git a/third_party/WebKit/Source/core/editing/GranularityStrategy.h b/third_party/WebKit/Source/core/editing/GranularityStrategy.h
index 9c40589d1b781cd88e0215dda2de93935aaac2ec..e93b29d8d02e7c6610a27b44970dd9ec6e02ca7a 100644
--- a/third_party/WebKit/Source/core/editing/GranularityStrategy.h
+++ b/third_party/WebKit/Source/core/editing/GranularityStrategy.h
@@ -108,7 +108,8 @@ class DirectionGranularityStrategy final : public GranularityStrategy {
// Current selection granularity being used.
TextGranularity m_granularity;
- // Horizontal offset in pixels in absolute coordinates applied to the extent point.
+ // Horizontal offset in pixels in absolute coordinates applied to the extent
+ // point.
int m_offset;
// This defines location of the offset-adjusted extent point (from the

Powered by Google App Engine
This is Rietveld 408576698