Index: Source/core/rendering/shapes/ShapeOutsideInfo.h |
diff --git a/Source/core/rendering/shapes/ShapeOutsideInfo.h b/Source/core/rendering/shapes/ShapeOutsideInfo.h |
index b76d83d83c31c1f6b0ab19efc4949b74ce3461cd..0abd04662ce3112a69886691608dac206f326f85 100644 |
--- a/Source/core/rendering/shapes/ShapeOutsideInfo.h |
+++ b/Source/core/rendering/shapes/ShapeOutsideInfo.h |
@@ -55,11 +55,11 @@ public: |
} |
protected: |
- virtual LayoutBox referenceBox() const OVERRIDE |
+ virtual CSSBoxType referenceBox() const OVERRIDE |
{ |
- if (shapeValue()->layoutBox() == BoxMissing) |
+ if (shapeValue()->cssBox() == BoxMissing) |
return MarginBox; |
- return shapeValue()->layoutBox(); |
+ return shapeValue()->cssBox(); |
} |
virtual LayoutRect computedShapeLogicalBoundingBox() const OVERRIDE { return computedShape().shapeMarginLogicalBoundingBox(); } |
virtual ShapeValue* shapeValue() const OVERRIDE; |