| 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 f3f7f8b3086c53f39925d880e5ff7ad08ad1364d..cd44b829262c913ced298c5ab98875deb1a9a90f 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| @@ -333,12 +333,9 @@ void PaintInvalidator::updateContext(const LayoutObject& object,
|
| PaintInvalidatorContext::ForcedSubtreeInvalidationChecking;
|
|
|
| // TODO(crbug.com/637313): This is temporary before we support filters in
|
| - // paint property tree.
|
| + // GeometryMapper.
|
| // TODO(crbug.com/648274): This is a workaround for multi-column contents.
|
| - // TODO(crbug.com/672989): This is a workaround for out-of-flow positioned
|
| - // objects in multi-column spanner.
|
| - if (object.hasFilterInducingProperty() || object.isLayoutFlowThread() ||
|
| - object.isColumnSpanAll()) {
|
| + if (object.hasFilterInducingProperty() || object.isLayoutFlowThread()) {
|
| context.forcedSubtreeInvalidationFlags |=
|
| PaintInvalidatorContext::ForcedSubtreeSlowPathRect;
|
| }
|
|
|