| 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 23d5cf741c8f442c74b0395184f4c97751b16a3f..1f97e0a878432b7f333b05eabe51e7290bf7fe46 100644
|
| --- a/third_party/WebKit/public/web/WebAXEnums.h
|
| +++ b/third_party/WebKit/public/web/WebAXEnums.h
|
| @@ -304,7 +304,9 @@ enum WebAXInvalidState {
|
| enum WebAXMarkerType {
|
| kWebAXMarkerTypeSpelling = 1 << 0,
|
| kWebAXMarkerTypeGrammar = 1 << 1,
|
| - kWebAXMarkerTypeTextMatch = 1 << 2
|
| + kWebAXMarkerTypeTextMatch = 1 << 2,
|
| + // Skip DocumentMarker::MarkerType::Composition
|
| + kWebAXMarkerTypeActiveSuggestion = 1 << 4,
|
| };
|
|
|
| // Used for exposing text attributes.
|
|
|