Chromium Code Reviews| Index: Source/core/html/HTMLAreaElement.cpp |
| diff --git a/Source/core/html/HTMLAreaElement.cpp b/Source/core/html/HTMLAreaElement.cpp |
| index 350ff0e5f99e33750090739fdf8a0b8c2810d45a..323605c9253b14be682bd00121c4b5932ce2c4ee 100644 |
| --- a/Source/core/html/HTMLAreaElement.cpp |
| +++ b/Source/core/html/HTMLAreaElement.cpp |
| @@ -103,7 +103,7 @@ Path HTMLAreaElement::computePath(RenderObject* obj) const |
| // Default should default to the size of the containing object. |
| LayoutSize size = m_lastSize; |
| if (m_shape == Default) |
| - size = obj->absoluteOutlineBounds().size(); |
| + size = obj->absoluteClippedOverflowRect().size(); |
|
eseidel
2014/03/25 06:32:18
absoluteClippedOverflowRect does a walk up your pa
Julien - ping for review
2014/03/25 21:52:34
It did as it called localToContainerQuad or mapToC
|
| Path p = getRegion(size); |
| float zoomFactor = obj->style()->effectiveZoom(); |