| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 57a45a0c769f716001eb3de6cfe4b33f18600fbd..ab8d55dd078eb7361cc2b7609de5d6b35c30bcb2 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -48,6 +48,7 @@ class DOMTokenList;
|
| class Element;
|
| class ElementRareData;
|
| class ElementShadow;
|
| +class Image;
|
| class InputMethodContext;
|
| class IntSize;
|
| class Locale;
|
| @@ -504,6 +505,7 @@ public:
|
|
|
| virtual const AtomicString& imageSourceURL() const;
|
| virtual String target() const { return String(); }
|
| + virtual Image* imageContents() { return 0; }
|
|
|
| virtual void focus(bool restorePreviousSelection = true, FocusDirection = FocusDirectionNone);
|
| virtual void updateFocusAppearance(bool restorePreviousSelection);
|
|
|