Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(886)

Unified Diff: Source/core/html/HTMLAreaElement.cpp

Issue 210043008: Kill outlineBox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined patch, hoping it would solve the bot failure I can't reproduce locally Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/rendering/LayoutRectRecorder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
Path p = getRegion(size);
float zoomFactor = obj->style()->effectiveZoom();
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/rendering/LayoutRectRecorder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698