| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index eaf9d7b966fde6ce720d236b14cd6d6a23c28d6d..e4d1a2caaa74295fe29f8eac523152a93353c8df 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -704,7 +704,7 @@ public:
|
| LayoutUnit computeReplacedLogicalHeightRespectingMinMaxHeight(LayoutUnit logicalHeight) const;
|
|
|
| virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const;
|
| - virtual LayoutUnit computeReplacedLogicalHeight() const;
|
| + virtual LayoutUnit computeReplacedLogicalHeight(LayoutUnit estimatedUsedWidth = LayoutUnit()) const;
|
|
|
| bool hasDefiniteLogicalWidth() const;
|
| bool percentageLogicalHeightIsResolvable() const;
|
|
|