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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXSlider.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/AXSlider.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXSlider.h b/third_party/WebKit/Source/modules/accessibility/AXSlider.h
index a6c0bae9a90391130b3acef1fe1c0e41df025509..bcccbad364dc5df1a0e28e74d998ce16b192f4de 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;
AXObjectImpl* ElementAccessibilityHitTest(const IntPoint&) const final;
AccessibilityRole DetermineAccessibilityRole() final;

Powered by Google App Engine
This is Rietveld 408576698