| Index: third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| index 43b6c5dad56c4e0b2d2b1ba5fcad70a0a5d3b616..ae82764dc2734a175579fa0bf7c61d7246ea600f 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| @@ -424,7 +424,7 @@ void PaintInvalidator::invalidatePaintIfNeeded(
|
| break;
|
| case PaintInvalidationSVGResourceChange:
|
| context.forcedSubtreeInvalidationFlags |=
|
| - PaintInvalidatorContext::ForcedSubtreeInvalidationChecking;
|
| + PaintInvalidatorContext::ForcedSubtreeSVGResourceChange;
|
| break;
|
| default:
|
| break;
|
|
|