| Index: third_party/WebKit/Source/core/editing/iterators/TextIteratorFlags.h
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIteratorFlags.h b/third_party/WebKit/Source/core/editing/iterators/TextIteratorFlags.h
|
| index 0e9fde3c07dcb0870900d4b453103454fdbab1c9..3ca0e12930b6fb968b297c94bb02870026927b3a 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/TextIteratorFlags.h
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/TextIteratorFlags.h
|
| @@ -46,6 +46,11 @@ enum TextIteratorBehavior {
|
| };
|
| typedef unsigned TextIteratorBehaviorFlags;
|
|
|
| +enum class TextIteratorDirection {
|
| + TextIteratorForward,
|
| + TextIteratorBackward,
|
| +};
|
| +
|
| } // namespace blink
|
|
|
| #endif // TextIteratorFlags_h
|
|
|