Index: third_party/WebKit/Source/core/layout/TableLayoutAlgorithm.h |
diff --git a/third_party/WebKit/Source/core/layout/TableLayoutAlgorithm.h b/third_party/WebKit/Source/core/layout/TableLayoutAlgorithm.h |
index 15db7a8d23985aa0d23da23278f41b883eb004d6..3b04e51b268f5bb57917ebfd2f5f2db75b31d23c 100644 |
--- a/third_party/WebKit/Source/core/layout/TableLayoutAlgorithm.h |
+++ b/third_party/WebKit/Source/core/layout/TableLayoutAlgorithm.h |
@@ -42,7 +42,7 @@ public: |
virtual void computeIntrinsicLogicalWidths(LayoutUnit& minWidth, LayoutUnit& maxWidth) = 0; |
virtual LayoutUnit scaledWidthFromPercentColumns() |
{ |
- return LayoutUnit(0); |
+ return LayoutUnit(); |
} |
virtual void applyPreferredLogicalWidthQuirks(LayoutUnit& minWidth, LayoutUnit& maxWidth) const = 0; |
virtual void layout() = 0; |