| Index: Source/WebCore/rendering/RenderFileUploadControl.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderFileUploadControl.h (revision 126630)
|
| +++ Source/WebCore/rendering/RenderFileUploadControl.h (working copy)
|
| @@ -44,6 +44,7 @@
|
| private:
|
| virtual const char* renderName() const { return "RenderFileUploadControl"; }
|
|
|
| + virtual bool canBeReplacedWithInlineRunIn() const OVERRIDE;
|
| virtual void updateFromElement();
|
| virtual void computePreferredLogicalWidths();
|
| virtual void paintObject(PaintInfo&, const LayoutPoint&);
|
|
|