| Index: third_party/WebKit/Source/core/layout/LayoutPart.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.h b/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| index 385c41c21195d3de7431839e3872ed051d132895..9877aec68a80831c9e42fefcddeb18bbbb65c531 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| @@ -63,7 +63,7 @@ protected:
|
| CursorDirective getCursor(const LayoutPoint&, Cursor&) const final;
|
|
|
| // Overridden to invalidate the child frame if any.
|
| - void invalidatePaintOfSubtreesIfNeeded(PaintInvalidationState&) override;
|
| + void invalidatePaintOfSubtreesIfNeeded(const PaintInvalidationState&) override;
|
|
|
| private:
|
| bool updateWidgetGeometryInternal();
|
|
|