| Index: Source/WebCore/html/ImageInputType.h
|
| ===================================================================
|
| --- Source/WebCore/html/ImageInputType.h (revision 146140)
|
| +++ Source/WebCore/html/ImageInputType.h (working copy)
|
| @@ -39,8 +39,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -class HTMLImageLoader;
|
| -
|
| class ImageInputType : public BaseButtonInputType {
|
| public:
|
| static PassOwnPtr<InputType> create(HTMLInputElement*);
|
| @@ -56,7 +54,6 @@
|
| virtual void altAttributeChanged() OVERRIDE;
|
| virtual void srcAttributeChanged() OVERRIDE;
|
| virtual void attach() OVERRIDE;
|
| - virtual void willMoveToNewOwnerDocument() OVERRIDE;
|
| virtual bool shouldRespectAlignAttribute() OVERRIDE;
|
| virtual bool canBeSuccessfulSubmitButton() OVERRIDE;
|
| virtual bool isImageButton() const OVERRIDE;
|
| @@ -65,7 +62,6 @@
|
| virtual unsigned height() const OVERRIDE;
|
| virtual unsigned width() const OVERRIDE;
|
|
|
| - OwnPtr<HTMLImageLoader> m_imageLoader;
|
| IntPoint m_clickLocation; // Valid only during HTMLFormElement::prepareForSubmission().
|
| };
|
|
|
|
|