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

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

Issue 1798043002: Removed CORE_EXPORT from APIs at NodeTraversal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved DOM Traversing API to RadioInputTYpe Created 4 years, 9 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 02fff6524a80683fa6b44c7c83e09ef5e028062a..0d77da95e041d4f8fa138880423733bdcb969105 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXRadioInput.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXRadioInput.h
@@ -30,7 +30,6 @@ public:
private:
AXRadioInput(LayoutObject*, AXObjectCacheImpl&);
bool calculatePosInSet();
- HTMLInputElement* findNextRadioButtonInGroup(HTMLInputElement* current, bool forward) const;
int countFromFirstElement() const;
HTMLInputElement* element() const;
int sizeOfRadioGroup() const;

Powered by Google App Engine
This is Rietveld 408576698