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

Unified Diff: third_party/WebKit/Source/core/html/forms/RadioInputType.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/core/html/forms/RadioInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/RadioInputType.h b/third_party/WebKit/Source/core/html/forms/RadioInputType.h
index cab15bfa392bd3d790d8d2a52962b8206e9bece8..4c89d70411972684028c8d99b5e013e364ec9e02 100644
--- a/third_party/WebKit/Source/core/html/forms/RadioInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/RadioInputType.h
@@ -31,6 +31,7 @@
#ifndef RadioInputType_h
#define RadioInputType_h
+#include "core/CoreExport.h"
#include "core/html/forms/BaseCheckableInputType.h"
namespace blink {
@@ -38,6 +39,7 @@ namespace blink {
class RadioInputType final : public BaseCheckableInputType {
public:
static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
+ CORE_EXPORT static HTMLInputElement* nextRadioButtonInGroup(HTMLInputElement* , bool forward);
private:
RadioInputType(HTMLInputElement& element) : BaseCheckableInputType(element) { }
« no previous file with comments | « third_party/WebKit/Source/core/dom/NodeTraversal.h ('k') | third_party/WebKit/Source/core/html/forms/RadioInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698