| 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 555da3f61a15fd9c557b4723d2b56d23e2f8e8ba..9dc9e98be68054e5f8586c9a3e8c4f11c0296e35 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| @@ -292,7 +292,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,
|
| @@ -310,7 +310,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;
|
|
|