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 790230a9e380d6d515173442c5798280b9f69204..2c52af908d012228212fbcdd0dd817e3d82fd3ef 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
@@ -254,7 +254,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject { |
// Logical height of the object, including content overflowing the |
// border-after edge. |
- LayoutUnit logicalHeightWithVisibleOverflow() const; |
+ virtual LayoutUnit logicalHeightWithVisibleOverflow() const; |
LayoutUnit constrainLogicalWidthByMinMax(LayoutUnit, |
LayoutUnit, |