| 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..5ef96628c878ce0e8cc81ebc015212bfd7ea6e42 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 WebAXAriaCurrent {
|
| + WebAXAriaCurrentUndefined = 0,
|
| + WebAXAriaCurrentFalse,
|
| + WebAXAriaCurrentTrue,
|
| + WebAXAriaCurrentPage,
|
| + WebAXAriaCurrentStep,
|
| + WebAXAriaCurrentLocation,
|
| + WebAXAriaCurrentDate,
|
| + WebAXAriaCurrentTime
|
| +};
|
| +
|
| // Only used by HTML form controls and any other element that has
|
| // an aria-invalid attribute specified.
|
| enum WebAXInvalidState {
|
|
|