Chromium Code Reviews| 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 bc28e972d5aba743c58880c43cb1d670e0297e5c..c19edadee4d3e7b5ffa1b15ab6ddd03d70d4daec 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h |
| @@ -313,6 +313,8 @@ public: |
| bool foregroundIsKnownToBeOpaqueInRect(const LayoutRect&, unsigned) const override { return false; } |
| bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const override { return false; } |
| + int getPaginationStrutForRow(LayoutTableRow*, LayoutUnit logicalOffset) const; |
|
mstensho (USE GERRIT)
2016/03/29 09:57:46
s/getP/p/ ?
rhogan
2016/03/29 19:04:37
Is that the new style? I still see getPaginationBr
mstensho (USE GERRIT)
2016/03/31 09:55:04
I don't think the intention is to prefix all gette
|
| + |
| protected: |
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override; |
| bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override; |