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

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

Issue 2805493002: Boolean properties for Accessibility Object Model Phase 1 (Closed)
Patch Set: Address feedback Created 3 years, 8 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/AXSlider.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXSlider.h b/third_party/WebKit/Source/modules/accessibility/AXSlider.h
index 81d7ca1cc80b1d16cba7d5ae6f28c0d93827f390..d89316cb5be0bae205f2b9ca72dcb919b2d6b820 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXSlider.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXSlider.h
@@ -48,7 +48,7 @@ class AXSlider : public AXLayoutObject {
AXSlider(LayoutObject*, AXObjectCacheImpl&);
private:
- HTMLInputElement* GetElement() const;
+ HTMLInputElement* GetInputElement() const;
AXObject* ElementAccessibilityHitTest(const IntPoint&) const final;
AccessibilityRole DetermineAccessibilityRole() final;

Powered by Google App Engine
This is Rietveld 408576698