Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: Source/core/accessibility/AXRenderObject.h

Issue 659563006: Add live region root to the cached properties of an AXObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address feedback Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/accessibility/AXObject.cpp ('k') | Source/core/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXRenderObject.h
diff --git a/Source/core/accessibility/AXRenderObject.h b/Source/core/accessibility/AXRenderObject.h
index a447d3c296feefe52e98889717cebab9fcf6d29b..cfe4f851ca7606278b4f40692ef66db1c7bdf705 100644
--- a/Source/core/accessibility/AXRenderObject.h
+++ b/Source/core/accessibility/AXRenderObject.h
@@ -126,10 +126,10 @@ protected:
virtual bool supportsARIAOwns() const override;
// ARIA live-region features.
- virtual const AtomicString& ariaLiveRegionStatus() const override;
- virtual const AtomicString& ariaLiveRegionRelevant() const override;
- virtual bool ariaLiveRegionAtomic() const override;
- virtual bool ariaLiveRegionBusy() const override;
+ virtual const AtomicString& liveRegionStatus() const override;
+ virtual const AtomicString& liveRegionRelevant() const override;
+ virtual bool liveRegionAtomic() const override;
+ virtual bool liveRegionBusy() const override;
// Accessibility Text.
virtual String textUnderElement() const override;
« no previous file with comments | « Source/core/accessibility/AXObject.cpp ('k') | Source/core/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698