Index: third_party/WebKit/Source/core/layout/LayoutPart.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.cpp b/third_party/WebKit/Source/core/layout/LayoutPart.cpp |
index 4daf0a7945859e6bba06058091ef136357a30210..0a83a6843dfb5ec2ff752fc4fdbc5e235042c7b7 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutPart.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutPart.cpp |
@@ -347,7 +347,7 @@ bool LayoutPart::setWidgetGeometry(const LayoutRect& frame) |
return widget->frameRect().size() != newFrame.size(); |
} |
-void LayoutPart::invalidatePaintOfSubtreesIfNeeded(PaintInvalidationState& paintInvalidationState) |
+void LayoutPart::invalidatePaintOfSubtreesIfNeeded(const PaintInvalidationState& paintInvalidationState) |
{ |
if (widget() && widget()->isFrameView()) { |
FrameView* childFrameView = toFrameView(widget()); |