Chromium Code Reviews| 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..4f8f3fe0804c93fe25a21988d6450a0a426af997 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 { |
| @@ -56,6 +57,8 @@ private: |
| HTMLInputElement* findNextFocusableRadioButtonInGroup(HTMLInputElement*, bool); |
| }; |
| +CORE_EXPORT HTMLElement* nextElement(const HTMLElement&, HTMLFormElement* stayWithin, bool forward); |
|
tkent
2016/03/14 23:30:14
I don't want to expose nextElement(). I'd like to
|
| + |
| } // namespace blink |
| #endif // RadioInputType_h |