| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp
|
| index 8d62fde000f73b86554ee87c19c1103e440517f3..f607a9d76a892d05a57f7b5360d9cad1636eea8c 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp
|
| @@ -117,7 +117,7 @@ bool LayoutSVGBlock::nodeAtPoint(HitTestResult&, const HitTestLocation&, const L
|
| return false;
|
| }
|
|
|
| -void LayoutSVGBlock::invalidateTreeIfNeeded(PaintInvalidationState& paintInvalidationState)
|
| +void LayoutSVGBlock::invalidateTreeIfNeeded(const PaintInvalidationState& paintInvalidationState)
|
| {
|
| if (!shouldCheckForPaintInvalidation(paintInvalidationState))
|
| return;
|
|
|