| Index: third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCol.h b/third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| index c9c54ed6c52d3bc9c024c9c90076d2e450db8a67..f56463546082d0f6a3bc219d24d9f96b315bc87d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| @@ -80,11 +80,10 @@ class LayoutTableCol final : public LayoutTableBoxComponent {
|
| // Returns the next column or column-group.
|
| LayoutTableCol* NextColumn() const;
|
|
|
| - const BorderValue& BorderAdjoiningCellStartBorder(
|
| - const LayoutTableCell*) const;
|
| - const BorderValue& BorderAdjoiningCellEndBorder(const LayoutTableCell*) const;
|
| - const BorderValue& BorderAdjoiningCellBefore(const LayoutTableCell*) const;
|
| - const BorderValue& BorderAdjoiningCellAfter(const LayoutTableCell*) const;
|
| + BorderValue BorderAdjoiningCellStartBorder(const LayoutTableCell*) const;
|
| + BorderValue BorderAdjoiningCellEndBorder(const LayoutTableCell*) const;
|
| + BorderValue BorderAdjoiningCellBefore(const LayoutTableCell*) const;
|
| + BorderValue BorderAdjoiningCellAfter(const LayoutTableCell*) const;
|
|
|
| const char* GetName() const override { return "LayoutTableCol"; }
|
|
|
|
|