| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| index 578b4b782c6ce6f0471fc8d88f4590e221cf1ad5..a2547141b852821ff8d3a6dbc5cc2fc127768639 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| @@ -341,6 +341,7 @@ protected:
|
|
|
| void addOutlineRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, IncludeBlockVisualOverflowOrNot) const override;
|
|
|
| + bool paintedOutputOfObjectHasNoEffect() const override;
|
| PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) override;
|
|
|
| Node* nodeForHitTest() const final;
|
|
|