Index: third_party/WebKit/Source/core/layout/LayoutFlowThread.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h |
index 13782ec0726c5b19468394557bf76efbda264b07..594eafd95071977b9354c3932e8f6f89022d6acd 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h |
@@ -109,7 +109,7 @@ class CORE_EXPORT LayoutFlowThread : public LayoutBlockFlow { |
bool hasColumnSets() const { return m_multiColumnSetList.size(); } |
void validateColumnSets(); |
- void invalidateColumnSets(); |
+ void invalidateColumnSets() { m_columnSetsInvalidated = true; } |
bool hasValidColumnSetInfo() const { |
return !m_columnSetsInvalidated && !m_multiColumnSetList.isEmpty(); |
} |