| Index: third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutReplaced.h b/third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| index 35ac0c378ccc6f9add3cd4aa337f0290daf3ea50..7706d56a6478bcaa25919eeda95b17a7475b4751 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutReplaced.h
|
| @@ -52,8 +52,8 @@ public:
|
| LayoutReplaced(Element*, const LayoutSize& intrinsicSize);
|
| ~LayoutReplaced() override;
|
|
|
| - LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const override;
|
| - LayoutUnit computeReplacedLogicalHeight() const override;
|
| + LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const override;
|
| + LayoutUnit computeReplacedLogicalHeight(LayoutUnit estimatedUsedWidth = LayoutUnit()) const override;
|
|
|
| bool hasReplacedLogicalHeight() const;
|
| LayoutRect replacedContentRect(const LayoutSize* overriddenIntrinsicSize = nullptr) const;
|
|
|