| Index: Source/core/accessibility/AXObject.h
|
| diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h
|
| index a1ae0c5f3f2f5e90f98c284dc9df15b92559d919..53b25879254a0c982b056e27d23c4b1921f2d954 100644
|
| --- a/Source/core/accessibility/AXObject.h
|
| +++ b/Source/core/accessibility/AXObject.h
|
| @@ -386,6 +386,7 @@ public:
|
| bool accessibilityIsIgnoredByDefault() const;
|
| AXObjectInclusion accessibilityPlatformIncludesObject() const;
|
| virtual AXObjectInclusion defaultObjectInclusion() const;
|
| + bool isInertOrAriaHidden() const;
|
| bool lastKnownIsIgnoredValue();
|
| void setLastKnownIsIgnoredValue(bool);
|
|
|
| @@ -570,7 +571,6 @@ protected:
|
| virtual void scrollTo(const IntPoint&) const { }
|
|
|
| AccessibilityRole buttonRoleType() const;
|
| - bool ariaIsHidden() const;
|
|
|
| bool allowsTextRanges() const { return isTextControl(); }
|
| unsigned getLengthForTextRange() const { return text().length(); }
|
|
|