| 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 ed087e6f277f87db0e4e01b6940e59f6aafaa062..fe2e00d0193505c3fea8e92e25ff97770ac3483d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -887,6 +887,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
|
|
|
| virtual void updateLogicalWidth();
|
| void updateLogicalHeight();
|
| + void computeLogicalHeight(LogicalExtentComputedValues&) const;
|
| virtual void computeLogicalHeight(LayoutUnit logicalHeight,
|
| LayoutUnit logicalTop,
|
| LogicalExtentComputedValues&) const;
|
|
|