| Index: third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.h b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| index fb4290f5deda92b4d103fc9b9f2d698802ff9c6b..9329f65264366bcd8c52241050264f289a57f418 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| @@ -306,6 +306,10 @@ public:
|
|
|
| const char* name() const override { return "LayoutTableSection"; }
|
|
|
| + LayoutRect positionByCellSpan() const;
|
| +
|
| + LayoutRect positionOfIdealCell(unsigned row, unsigned col) const;
|
| +
|
| protected:
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
| bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override;
|
|
|