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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXRadioInput.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/AXRadioInput.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXRadioInput.h b/third_party/WebKit/Source/modules/accessibility/AXRadioInput.h
index 34d5b504b9624b05539f4e013209ad89bf177aad..c9d70178a6fda8e057725afe70f61fdcebbc867c 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXRadioInput.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXRadioInput.h
@@ -32,7 +32,7 @@ class AXRadioInput final : public AXLayoutObject {
AXRadioInput(LayoutObject*, AXObjectCacheImpl&);
bool CalculatePosInSet();
int CountFromFirstElement() const;
- HTMLInputElement* GetElement() const;
+ HTMLInputElement* GetInputElement() const;
int SizeOfRadioGroup() const;
int pos_in_set_;

Powered by Google App Engine
This is Rietveld 408576698