| Index: third_party/WebKit/public/web/WebAXEnums.h
|
| diff --git a/third_party/WebKit/public/web/WebAXEnums.h b/third_party/WebKit/public/web/WebAXEnums.h
|
| index b117a6bfe8810ed05ab31a3ddc89fa2ca45a1e4a..99c174462b6c90301bd36930b4cb661c50a10ec7 100644
|
| --- a/third_party/WebKit/public/web/WebAXEnums.h
|
| +++ b/third_party/WebKit/public/web/WebAXEnums.h
|
| @@ -319,6 +319,12 @@ enum WebAXDescriptionFrom {
|
| WebAXDescriptionFromRelatedElement,
|
| };
|
|
|
| +// Text affinity for the start or end of a selection.
|
| +enum WebAXTextAffinity {
|
| + WebAXTextAffinityUpstream,
|
| + WebAXTextAffinityDownstream
|
| +};
|
| +
|
| } // namespace blink
|
|
|
| #endif
|
|
|