| 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
|
|
|
|
|