| Index: third_party/WebKit/Source/core/html/HTMLMapElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMapElement.h b/third_party/WebKit/Source/core/html/HTMLMapElement.h
|
| index 2a8544f20005f12079e4a168e80cee80eaf699f5..4b9515a9b9d1de3cfca819df7b8b8e3602ecba8f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMapElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMapElement.h
|
| @@ -39,7 +39,7 @@ public:
|
|
|
| const AtomicString& getName() const { return m_name; }
|
|
|
| - HTMLAreaElement* areaForPoint(LayoutPoint, const LayoutSize& containerSize);
|
| + HTMLAreaElement* areaForPoint(const LayoutPoint&, const LayoutObject* containerObject);
|
|
|
| HTMLImageElement* imageElement();
|
| HTMLCollection* areas();
|
|
|