| Index: third_party/WebKit/Source/core/layout/LayoutTable.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.h b/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| index d5bc8c9284b60e0538c645f1b930a74ad0bf8567..e8f811c590cbc8506e71e417ab5c5318f2d4a346 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| @@ -373,6 +373,7 @@ class CORE_EXPORT LayoutTable final : public LayoutBlock {
|
| return ColAndColGroup();
|
| return slowColElementAtAbsoluteColumn(absoluteColumnIndex);
|
| }
|
| + bool hasColElements() const { return m_hasColElements; }
|
|
|
| bool needsSectionRecalc() const { return m_needsSectionRecalc; }
|
| void setNeedsSectionRecalc() {
|
|
|