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

Unified Diff: third_party/WebKit/Source/core/editing/FindOptions.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/FindOptions.h
diff --git a/third_party/WebKit/Source/core/editing/FindOptions.h b/third_party/WebKit/Source/core/editing/FindOptions.h
index 89a545f83e28dca75f60e7f33fbc567e0ca730dd..7b2df209381087d8d47882c8e9c11545c56493b3 100644
--- a/third_party/WebKit/Source/core/editing/FindOptions.h
+++ b/third_party/WebKit/Source/core/editing/FindOptions.h
@@ -31,8 +31,9 @@ namespace blink {
enum FindOptionFlag {
CaseInsensitive = 1 << 0,
AtWordStarts = 1 << 1,
- // When combined with AtWordStarts, accepts a match in the middle of a word if the match begins with
- // an uppercase letter followed by a lowercase or non-letter. Accepts several other intra-word matches.
+ // When combined with AtWordStarts, accepts a match in the middle of a word if
+ // the match begins with an uppercase letter followed by a lowercase or
+ // non-letter. Accepts several other intra-word matches.
TreatMedialCapitalAsWordStart = 1 << 2,
Backwards = 1 << 3,
WrapAround = 1 << 4,
« no previous file with comments | « third_party/WebKit/Source/core/editing/EphemeralRange.h ('k') | third_party/WebKit/Source/core/editing/FrameCaret.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698