| 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 d167a9a147d180d173fd90805e3fa92875209d60..4c99dcd4227f8c62f55e9f6fafd3bbf2fe4a3650 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| @@ -132,6 +132,9 @@ public:
|
| bool foregroundIsKnownToBeOpaqueInRect(const LayoutRect&, unsigned) const override { return false; }
|
| bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const override { return false; }
|
|
|
| + // Returns section-relative position.
|
| + LayoutRect positionByCellSpan() const;
|
| +
|
| private:
|
| LayoutObjectChildList* virtualChildren() override { return children(); }
|
| const LayoutObjectChildList* virtualChildren() const override { return children(); }
|
|
|