| 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 ae54977d29ea3d7f53e0957f7a1e0d5642dcd1a9..8e387b4eb9c4dba1236bdabd1265d16dc6ecbffd 100644
|
| --- a/third_party/WebKit/public/web/WebAXEnums.h
|
| +++ b/third_party/WebKit/public/web/WebAXEnums.h
|
| @@ -256,6 +256,17 @@ enum WebAXOrientation {
|
| WebAXOrientationHorizontal,
|
| };
|
|
|
| +enum WebAXAriaCurrentState {
|
| + WebAXAriaCurrentStateUndefined = 0,
|
| + WebAXAriaCurrentStateFalse,
|
| + WebAXAriaCurrentStateTrue,
|
| + WebAXAriaCurrentStatePage,
|
| + WebAXAriaCurrentStateStep,
|
| + WebAXAriaCurrentStateLocation,
|
| + WebAXAriaCurrentStateDate,
|
| + WebAXAriaCurrentStateTime
|
| +};
|
| +
|
| // Only used by HTML form controls and any other element that has
|
| // an aria-invalid attribute specified.
|
| enum WebAXInvalidState {
|
|
|