| Index: third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp b/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
|
| index 237bacac61753464c90959f7a1c38ec97f50d2aa..4d454bb96a821352075c8832258bd2d31bf2b00b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
|
| @@ -90,8 +90,6 @@ void LayoutFlowThread::removeColumnSetFromThread(
|
|
|
| void LayoutFlowThread::validateColumnSets() {
|
| m_columnSetsInvalidated = false;
|
| - // Called to get the maximum logical width for the columnSet.
|
| - updateLogicalWidth();
|
| generateColumnSetIntervalTree();
|
| }
|
|
|
|
|