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

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

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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 7b2df209381087d8d47882c8e9c11545c56493b3..af5ccd8b49a2a8bdd1ed658f801ee26463fc1d88 100644
--- a/third_party/WebKit/Source/core/editing/FindOptions.h
+++ b/third_party/WebKit/Source/core/editing/FindOptions.h
@@ -39,8 +39,9 @@ enum FindOptionFlag {
WrapAround = 1 << 4,
StartInSelection = 1 << 5,
WholeWord = 1 << 6, // WholeWord should imply AtWordStarts
- // TODO(yosin) Once find UI works on flat tree and it doesn't use
- // |rangeOfString()|, we should get rid of |FindAPICall| enum member.
+ // TODO(yosin) Once find UI works on flat tree and it
+ // doesn't use |rangeOfString()|, we should get rid of
+ // |FindAPICall| enum member.
FindAPICall = 1 << 7, // Used for Window.find or execCommand('find')
};
« no previous file with comments | « third_party/WebKit/Source/core/editing/Editor.cpp ('k') | third_party/WebKit/Source/core/editing/FrameSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698