Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: Source/WebCore/html/ImageInputType.h

Issue 12573007: Merge 145423 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/html/HTMLInputElement.cpp ('k') | Source/WebCore/html/ImageInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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().
};
« no previous file with comments | « Source/WebCore/html/HTMLInputElement.cpp ('k') | Source/WebCore/html/ImageInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698