| Index: third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp b/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
|
| index 785816f5a992c2e24e94d9f04f2753b2e887ad88..02d4c29b34d84ad8cb1c46873c32cdc428557c17 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
|
| @@ -315,7 +315,8 @@ void PaintInvalidationState::updateForChildren(PaintInvalidationReason reason) {
|
| ForcedSubtreeFullInvalidationForStackedContents);
|
| break;
|
| case PaintInvalidationSVGResourceChange:
|
| - setForceSubtreeInvalidationCheckingWithinContainer();
|
| + m_forcedSubtreeInvalidationFlags |=
|
| + PaintInvalidatorContext::ForcedSubtreeSVGResourceChange;
|
| break;
|
| default:
|
| break;
|
|
|