| 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 42c0477568ea40f5da5ff9eb8cc8cab91ddcc866..491cac21077694bce4aa6cb75f9482d933cabbbb 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -886,6 +886,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;
|
|
|