| Index: sky/engine/core/rendering/RenderBoxModelObject.h
|
| diff --git a/sky/engine/core/rendering/RenderBoxModelObject.h b/sky/engine/core/rendering/RenderBoxModelObject.h
|
| index 5b6afacb3f0d27554c1e714ed764ec7e62fa447a..d5b2daf50365f287cd4f77c35edb4bc53f30bcbb 100644
|
| --- a/sky/engine/core/rendering/RenderBoxModelObject.h
|
| +++ b/sky/engine/core/rendering/RenderBoxModelObject.h
|
| @@ -59,8 +59,6 @@ public:
|
| LayoutSize relativePositionOffset() const;
|
| LayoutSize relativePositionLogicalOffset() const { return relativePositionOffset(); }
|
|
|
| - LayoutSize offsetForInFlowPosition() const;
|
| -
|
| // IE extensions. Used to calculate offsetWidth/Height. Overridden by inlines (RenderFlow)
|
| // to return the remaining width on a given line (and the height of a single line).
|
| virtual LayoutUnit offsetLeft() const;
|
|
|