| Index: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| index 54ffc58921f9af4cef63cad733cdc7684eb0ba01..21596abf10cb35f3b14797fc7a9c762725141f50 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| @@ -644,7 +644,8 @@ void PaintArtifactCompositor::Update(
|
|
|
| layer->set_offset_to_transform_parent(layer_offset);
|
| CompositorElementId element_id =
|
| - pending_layer.property_tree_state.GetCompositorElementId();
|
| + pending_layer.property_tree_state.GetCompositorElementId(
|
| + composited_element_ids);
|
| if (element_id) {
|
| layer->SetElementId(element_id);
|
| composited_element_ids.insert(element_id);
|
|
|