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 0aaecc29f3c0fddf654d9d7279d43c442aa709e0..02f8894165fb7bbea8c9cf07a96bd4b781ff75f1 100644 |
--- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp |
@@ -667,7 +667,7 @@ void PaintArtifactCompositor::Update( |
composited_element_ids); |
if (element_id) { |
layer->SetElementId(element_id); |
- composited_element_ids.insert(element_id); |
+ composited_element_ids.insert(element_id.id); |
} |
root_layer_->AddChild(layer); |