| Index: Source/core/html/forms/InputTypeView.h
|
| diff --git a/Source/core/html/forms/InputTypeView.h b/Source/core/html/forms/InputTypeView.h
|
| index 366aed8fd710c579511cb1069a6821552e3651db..9614ade450159d11db2eabbd473d720713c0e757 100644
|
| --- a/Source/core/html/forms/InputTypeView.h
|
| +++ b/Source/core/html/forms/InputTypeView.h
|
| @@ -70,6 +70,7 @@ class InputTypeView : public RefCounted<InputTypeView> {
|
| WTF_MAKE_FAST_ALLOCATED;
|
|
|
| public:
|
| + static PassRefPtr<InputTypeView> create(HTMLInputElement*);
|
| virtual ~InputTypeView();
|
|
|
| virtual bool sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const;
|
|
|