| Index: cc/layers/layer_proto_converter.cc
|
| diff --git a/cc/layers/layer_proto_converter.cc b/cc/layers/layer_proto_converter.cc
|
| index 25dd803c1ef17aece080cef7b4e831517b522ab8..ff1632cc5649fcd582246d520b31301d01200b09 100644
|
| --- a/cc/layers/layer_proto_converter.cc
|
| +++ b/cc/layers/layer_proto_converter.cc
|
| @@ -57,7 +57,7 @@ void LayerProtoConverter::SerializeLayerProperties(
|
| LayerTreeHost* host,
|
| proto::LayerUpdate* layer_update) {
|
| TRACE_EVENT0("cc.remote", "LayerProtoConverter::SerializeLayerProperties");
|
| - for (auto layer : host->LayersThatShouldPushProperties())
|
| + for (auto* layer : host->LayersThatShouldPushProperties())
|
| layer->ToLayerPropertiesProto(layer_update);
|
| host->LayersThatShouldPushProperties().clear();
|
| }
|
|
|