| Index: third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.h b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| index bf51aa7ff357791e1f2c17941327ad3a972c83d8..9d17ab4df29dca8e1061dd1c72a6ff5c33fc302a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| @@ -293,7 +293,7 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow {
|
| // CollapsedBorderValue.
|
| class CollapsedBorderValues : public DisplayItemClient {
|
| public:
|
| - CollapsedBorderValues(const LayoutTable&,
|
| + CollapsedBorderValues(const LayoutTableCell&,
|
| const CollapsedBorderValue& startBorder,
|
| const CollapsedBorderValue& endBorder,
|
| const CollapsedBorderValue& beforeBorder,
|
| @@ -311,7 +311,7 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow {
|
| LayoutRect visualRect() const;
|
|
|
| private:
|
| - const LayoutTable& m_layoutTable;
|
| + const LayoutTableCell& m_layoutTableCell;
|
| CollapsedBorderValue m_startBorder;
|
| CollapsedBorderValue m_endBorder;
|
| CollapsedBorderValue m_beforeBorder;
|
|
|