| Index: Source/core/rendering/RenderReplaced.h
|
| diff --git a/Source/core/rendering/RenderReplaced.h b/Source/core/rendering/RenderReplaced.h
|
| index fe0c1fc6f7da8002e02ea597b4cb558137ce1400..fa20c6b9a7e1e22a43bc48ceb4a00eb40bd774c5 100644
|
| --- a/Source/core/rendering/RenderReplaced.h
|
| +++ b/Source/core/rendering/RenderReplaced.h
|
| @@ -35,7 +35,6 @@ public:
|
| virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const OVERRIDE;
|
| virtual LayoutUnit computeReplacedLogicalHeight() const OVERRIDE;
|
|
|
| - bool hasReplacedLogicalWidth() const;
|
| bool hasReplacedLogicalHeight() const;
|
| LayoutRect replacedContentRect(const LayoutSize* overriddenIntrinsicSize = 0) const;
|
|
|
|
|