| Index: Source/core/layout/LayoutTableSection.h
|
| diff --git a/Source/core/layout/LayoutTableSection.h b/Source/core/layout/LayoutTableSection.h
|
| index d47a6587c55506676d0f56cbb104126a06a32a80..7a8f1c2d5b048af52acfed2a2e3ec385e7d7fd51 100644
|
| --- a/Source/core/layout/LayoutTableSection.h
|
| +++ b/Source/core/layout/LayoutTableSection.h
|
| @@ -210,7 +210,8 @@ public:
|
| void rowLogicalHeightChanged(LayoutTableRow*);
|
|
|
| void removeCachedCollapsedBorders(const LayoutTableCell*);
|
| - void setCachedCollapsedBorder(const LayoutTableCell*, CollapsedBorderSide, const CollapsedBorderValue&);
|
| + // Returns true if any collapsed borders of the cell changed.
|
| + bool setCachedCollapsedBorder(const LayoutTableCell*, CollapsedBorderSide, const CollapsedBorderValue&);
|
| const CollapsedBorderValue& cachedCollapsedBorder(const LayoutTableCell*, CollapsedBorderSide) const;
|
|
|
| // distributeExtraLogicalHeightToRows methods return the *consumed* extra logical height.
|
|
|