| Index: third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| index f10e37ac5b88afd2e8a51fb87ecf40385bf45735..e56740d4d52404fd0a579a92b710243d56f8c69a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| @@ -266,6 +266,9 @@ public:
|
| bool isPlaceholderVisible() const override { return m_isPlaceholderVisible; }
|
| void setPlaceholderVisibility(bool) override;
|
|
|
| + unsigned posInRadioGroup();
|
| + unsigned sizeOfRadioGroup();
|
| +
|
| protected:
|
| HTMLInputElement(Document&, HTMLFormElement*, bool createdByParser);
|
|
|
|
|