Index: Source/core/html/HTMLImageElement.h |
diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h |
index 020764595cfbde3e38ccbf715f906719fcafd20f..9030d7326cab0af55fe3441acbd314891ba0330e 100644 |
--- a/Source/core/html/HTMLImageElement.h |
+++ b/Source/core/html/HTMLImageElement.h |
@@ -82,11 +82,12 @@ protected: |
HTMLImageElement(const QualifiedName&, Document*, HTMLFormElement* = 0); |
virtual void didMoveToNewDocument(Document* oldDocument) OVERRIDE; |
+ void updateResources(); |
+ virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
private: |
virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; } |
- virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |