| Index: third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableRow.h b/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| index 753da7577b956e629224c10e02e2b53de07350d3..dc3c8aa704e8b2f64a7235704cd11a80c73a8b6e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| @@ -128,6 +128,8 @@ public:
|
|
|
| bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const override;
|
|
|
| + LayoutRect positionByCellSpan() const;
|
| +
|
| private:
|
| LayoutObjectChildList* virtualChildren() override { return children(); }
|
| const LayoutObjectChildList* virtualChildren() const override { return children(); }
|
|
|