| Index: third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.cpp b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| index 318317a4e8d93d05f2ab23e43f7fca1b5688e585..f1ecdfa63692fe8c7e2134668be174c57723f868 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| @@ -435,7 +435,7 @@ void LayoutView::paintBoxDecorationBackground(const PaintInfo& paintInfo, const
|
| ViewPainter(*this).paintBoxDecorationBackground(paintInfo);
|
| }
|
|
|
| -void LayoutView::invalidateTreeIfNeeded(PaintInvalidationState& paintInvalidationState)
|
| +void LayoutView::invalidateTreeIfNeeded(const PaintInvalidationState& paintInvalidationState)
|
| {
|
| ASSERT(!needsLayout());
|
|
|
|
|