| 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 1b1cb84d85e8dccfd2e7f7dd08e3193ef42541b0..2819e7922533a37b5374cab161ce737828a38b81 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -684,7 +684,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;
|
|
|