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

Unified Diff: third_party/WebKit/Source/core/editing/VisibleSelection.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/VisibleSelection.h
diff --git a/third_party/WebKit/Source/core/editing/VisibleSelection.h b/third_party/WebKit/Source/core/editing/VisibleSelection.h
index d36d1cf16f4e529f973c570d89483abb31f92d42..282f0666f72d8e1803d0e3a41f87abbb3e8b3ab5 100644
--- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
+++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
@@ -207,8 +207,9 @@ class CORE_TEMPLATE_CLASS_EXPORT VisibleSelectionTemplate {
// these are cached, can be recalculated by validate()
SelectionType m_selectionType; // None, Caret, Range
bool m_baseIsFirst : 1; // True if base is before the extent
- bool
- m_isDirectional : 1; // Non-directional ignores m_baseIsFirst and selection always extends on shift + arrow key.
+ // Non-directional ignores m_baseIsFirst and selection always extends on shift
+ // + arrow key.
+ bool m_isDirectional : 1;
TextGranularity m_granularity;
// |updateIfNeeded()| uses |m_hasTrailingWhitespace| for word granularity.

Powered by Google App Engine
This is Rietveld 408576698