summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLMapElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLMapElement.h')
-rw-r--r--WebCore/html/HTMLMapElement.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/WebCore/html/HTMLMapElement.h b/WebCore/html/HTMLMapElement.h
index 2a6eb8d..f40e78e 100644
--- a/WebCore/html/HTMLMapElement.h
+++ b/WebCore/html/HTMLMapElement.h
@@ -29,7 +29,8 @@ namespace WebCore {
class IntSize;
class HitTestResult;
-
+class HTMLImageElement;
+
class HTMLMapElement : public HTMLElement {
public:
HTMLMapElement(const QualifiedName&, Document*);
@@ -44,7 +45,8 @@ public:
virtual void parseMappedAttribute(MappedAttribute*);
bool mapMouseEvent(int x, int y, const IntSize&, HitTestResult&);
-
+
+ HTMLImageElement* imageElement() const;
PassRefPtr<HTMLCollection> areas();
String name() const;