| Index: third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h b/third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h
|
| index a2a9acc8f1a44aa42c5ea5882fe5d079a1dbfdc0..7de7c9f2aafd36c928094bf5277c0afd81195596 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright (C) 2008, 2009, 2011 Apple Inc. All rights reserved.
|
| * Copyright (C) 2008 Nuanti Ltd.
|
| @@ -60,6 +59,7 @@ enum class AOMStringProperty;
|
| enum class AOMUIntProperty;
|
| enum class AOMIntProperty;
|
| enum class AOMFloatProperty;
|
| +enum class AOMRelationProperty;
|
|
|
| typedef unsigned AXID;
|
|
|
| @@ -355,6 +355,7 @@ class MODULES_EXPORT AXObjectImpl
|
| // Wrappers that retrieve either an Accessibility Object Model property,
|
| // or the equivalent ARIA attribute, in that order.
|
| const AtomicString& GetAOMPropertyOrARIAAttribute(AOMStringProperty) const;
|
| + Element* GetAOMPropertyOrARIAAttribute(AOMRelationProperty) const;
|
| bool HasAOMPropertyOrARIAAttribute(AOMBooleanProperty, bool& result) const;
|
| bool AOMPropertyOrARIAAttributeIsTrue(AOMBooleanProperty) const;
|
| bool AOMPropertyOrARIAAttributeIsFalse(AOMBooleanProperty) const;
|
|
|