| Index: third_party/WebKit/Source/core/layout/LayoutView.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| index 9cf6840ed47c37a80afb3c1a221c527f8a8de45b..8f5a5205fc0adbca4c51f2a0659d5556f356c115 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -188,7 +188,7 @@ public:
|
|
|
| void pushLayoutState(LayoutState& layoutState) { m_layoutState = &layoutState; }
|
| void popLayoutState() { ASSERT(m_layoutState); m_layoutState = m_layoutState->next(); }
|
| - void invalidateTreeIfNeeded(PaintInvalidationState&) final;
|
| + PaintInvalidationReason invalidatePaintIfNeeded(PaintInvalidationState&, const LayoutBoxModelObject&) final;
|
|
|
| LayoutRect visualOverflowRect() const override;
|
|
|
|
|