| 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 bb904c8d89294e9bf52142ebe46807bf42994664..d6bce4114c1e5faffeda4cf9ff42fd660331ca90 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| @@ -253,6 +253,7 @@ class CORE_EXPORT LayoutTable final : public LayoutBlock {
|
| LayoutTableSection* header() const { return m_head; }
|
| LayoutTableSection* footer() const { return m_foot; }
|
| LayoutTableSection* firstBody() const { return m_firstBody; }
|
| + LayoutTableCaption* topCaption() const;
|
|
|
| // This function returns 0 if the table has no section.
|
| LayoutTableSection* topSection() const;
|
|
|