| Index: Source/core/html/forms/InputTypeView.h
|
| diff --git a/Source/core/html/forms/InputTypeView.h b/Source/core/html/forms/InputTypeView.h
|
| index b47c0ee68843088e1c73349c41ab73cc287c3ac3..73769e35a2871a8c1232968f6a6cf6a05f17b0c6 100644
|
| --- a/Source/core/html/forms/InputTypeView.h
|
| +++ b/Source/core/html/forms/InputTypeView.h
|
| @@ -51,7 +51,7 @@ class HTMLFormElement;
|
| class HTMLInputElement;
|
| class KeyboardEvent;
|
| class MouseEvent;
|
| -class RenderObject;
|
| +class LayoutObject;
|
| class RenderStyle;
|
| class TouchEvent;
|
|
|
| @@ -98,7 +98,7 @@ public:
|
| virtual void subtreeHasChanged();
|
| virtual bool hasTouchEventHandler() const;
|
| virtual void blur();
|
| - virtual RenderObject* createRenderer(const RenderStyle&) const;
|
| + virtual LayoutObject* createRenderer(const RenderStyle&) const;
|
| virtual PassRefPtr<RenderStyle> customStyleForRenderer(PassRefPtr<RenderStyle>);
|
| virtual void startResourceLoading();
|
| virtual void closePopupView();
|
|
|