| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| index 0b87b6a575e602151993c9fb907593345ea6405b..9feed699074797d3d2f3d1d18e37746950148ced 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -3462,7 +3462,8 @@ void CompositedLayerMapping::InvalidateTargetElementForTesting() {
|
| target_object->EnclosingLayer()->SetNeedsRepaint();
|
| // TODO(wkorman): Consider revising the below to invalidate all
|
| // non-compositing descendants as well.
|
| - target_object->InvalidateDisplayItemClients(kPaintInvalidationForTesting);
|
| + target_object->InvalidateDisplayItemClients(
|
| + PaintInvalidationReason::kForTesting);
|
| }
|
|
|
| IntRect CompositedLayerMapping::PixelSnappedCompositedBounds() const {
|
|
|