Index: cc/trees/layer_tree_host.cc |
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc |
index aafcd8dcd458f446b06646b9babb914ab158370e..61f887eb81b894dc249257784f3e659818191aa9 100644 |
--- a/cc/trees/layer_tree_host.cc |
+++ b/cc/trees/layer_tree_host.cc |
@@ -1534,7 +1534,7 @@ void LayerTreeHost::ToProtobufForCommit( |
// layers_that_should_push_properties_ should be serialized before layer |
// properties because it is cleared during the properties serialization. |
- for (auto layer : layers_that_should_push_properties_) |
+ for (auto* layer : layers_that_should_push_properties_) |
proto->add_layers_that_should_push_properties(layer->id()); |
LayerProtoConverter::SerializeLayerProperties(this, |