| Index: third_party/WebKit/Source/core/layout/ColumnBalancer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ColumnBalancer.h b/third_party/WebKit/Source/core/layout/ColumnBalancer.h
|
| index daab0d98ec96bf2fa2d591bd0191efcfb0430c54..161f5a0564a9d1135d285f7232ef89b43b648d42 100644
|
| --- a/third_party/WebKit/Source/core/layout/ColumnBalancer.h
|
| +++ b/third_party/WebKit/Source/core/layout/ColumnBalancer.h
|
| @@ -138,6 +138,8 @@ private:
|
| //
|
| // [1] http://www.w3.org/TR/css3-break/#parallel-flows
|
| Vector<LayoutUnit, 32> m_shortestStruts;
|
| +
|
| + LayoutUnit m_minimumColumnLogicalHeight;
|
| };
|
|
|
| // If we have previously used InitialColumnHeightFinder to estimate an initial column height, and
|
|
|