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

Unified Diff: Source/core/rendering/shapes/ShapeInsideInfo.h

Issue 185393015: Rename shapeSize and others to make ShapeInfo and friends easier to understand (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
Index: Source/core/rendering/shapes/ShapeInsideInfo.h
diff --git a/Source/core/rendering/shapes/ShapeInsideInfo.h b/Source/core/rendering/shapes/ShapeInsideInfo.h
index 7828c05033f6a469bf9afb4f32d46dc11ce1a132..9b55603ef27f8983de598a53f6f14e7c7710f98a 100644
--- a/Source/core/rendering/shapes/ShapeInsideInfo.h
+++ b/Source/core/rendering/shapes/ShapeInsideInfo.h
@@ -96,11 +96,11 @@ public:
virtual bool lineOverlapsShapeBounds() const OVERRIDE
{
- return computedShape()->lineOverlapsShapePaddingBounds(m_shapeLineTop, m_lineHeight);
+ return computedShape()->lineOverlapsShapePaddingBounds(m_referenceBoxLineTop, m_lineHeight);
}
protected:
- virtual LayoutBox resolvedLayoutBox() const OVERRIDE
+ virtual LayoutBox referenceBox() const OVERRIDE
{
if (shapeValue()->layoutBox() == BoxMissing)
return ContentBox;

Powered by Google App Engine
This is Rietveld 408576698