| 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 da03ef9850b468327fa883f1d23c16687a55d6e1..eeedfe7e0d7d5aceab040af5ea114e5c1f5e344b 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| @@ -461,6 +461,11 @@ void PaintInvalidator::invalidatePaintIfNeeded(
|
| return;
|
| }
|
|
|
| + if (object.isSVGHiddenContainer()) {
|
| + context.forcedSubtreeInvalidationFlags |=
|
| + PaintInvalidatorContext::ForcedSubtreeNoRasterInvalidation;
|
| + }
|
| +
|
| PaintInvalidationReason reason = object.invalidatePaintIfNeeded(context);
|
| switch (reason) {
|
| case PaintInvalidationDelayedFull:
|
|
|