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

Unified Diff: Source/core/editing/FrameSelection.h

Issue 1292303005: Make core/editing/ files to match Blink coding style (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-08-18T10:48:50 Created 5 years, 4 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
« no previous file with comments | « Source/core/editing/EditorCommand.cpp ('k') | Source/core/editing/FrameSelection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/FrameSelection.h
diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
index e1be1a071363171c27448f864083fe8b2e7b6a0e..c060af9f951b71ef447c36cbd57d3bdf84a6f98c 100644
--- a/Source/core/editing/FrameSelection.h
+++ b/Source/core/editing/FrameSelection.h
@@ -68,8 +68,7 @@ public:
virtual ~FrameSelection();
enum EAlteration { AlterationMove, AlterationExtend };
- enum CursorAlignOnScroll { AlignCursorOnScrollIfNeeded,
- AlignCursorOnScrollAlways };
+ enum CursorAlignOnScroll { AlignCursorOnScrollIfNeeded, AlignCursorOnScrollAlways };
enum SetSelectionOption {
// 1 << 0 is reserved for EUserTriggered
CloseTyping = 1 << 1,
@@ -239,7 +238,8 @@ public:
private:
explicit FrameSelection(LocalFrame*);
- enum EPositionType { START, END, BASE, EXTENT };
+ // TODO(yosin) We should use capitalized name for |EPositionType|.
+ enum EPositionType { START, END, BASE, EXTENT }; // NOLINT
template <typename Strategy>
bool containsAlgorithm(const LayoutPoint&);
« no previous file with comments | « Source/core/editing/EditorCommand.cpp ('k') | Source/core/editing/FrameSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698