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

Unified Diff: Source/core/editing/TextAffinity.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/SmartReplaceICU.cpp ('k') | Source/core/editing/VisibleSelection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/TextAffinity.h
diff --git a/Source/core/editing/TextAffinity.h b/Source/core/editing/TextAffinity.h
index d3effaa58d77f9fdcd71c3456b35b10488a1312c..efe33c72c62ad454b04cb9b40989f1e97d9dd4c6 100644
--- a/Source/core/editing/TextAffinity.h
+++ b/Source/core/editing/TextAffinity.h
@@ -36,7 +36,9 @@ namespace blink {
// From NSTextView.h:
// NSSelectionAffinityUpstream = 0
// NSSelectionAffinityDownstream = 1
-enum EAffinity { UPSTREAM = 0, DOWNSTREAM = 1 };
+// TODO(yosin) We should rename |UPSTREAM| and |DOWNSTREAM| to use
+// capitalized name.
+enum EAffinity { UPSTREAM = 0, DOWNSTREAM = 1 }; // NOLINT
} // namespace blink
« no previous file with comments | « Source/core/editing/SmartReplaceICU.cpp ('k') | Source/core/editing/VisibleSelection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698