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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h

Issue 2805493002: Boolean properties for Accessibility Object Model Phase 1 (Closed)
Patch Set: Back to previous patchset, ready to land Created 3 years, 7 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
Index: third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h b/third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h
index 6dac635317b2a66d9fe7e814883e8f5dab19fc10..e3aae0e03331f168c670297e663ab9e649fc58b1 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h
@@ -46,7 +46,7 @@ class AXProgressIndicator final : public AXLayoutObject {
AXProgressIndicator(LayoutProgress*, AXObjectCacheImpl&);
- HTMLProgressElement* GetElement() const;
+ HTMLProgressElement* GetProgressElement() const;
bool ComputeAccessibilityIsIgnored(IgnoredReasons* = nullptr) const override;
};

Powered by Google App Engine
This is Rietveld 408576698