| Index: cc/layers/layer_proto_converter.cc
|
| diff --git a/cc/layers/layer_proto_converter.cc b/cc/layers/layer_proto_converter.cc
|
| index b7602a2d84726c8ed62fe898b49b5ac4fe60e441..da464a7794bdc5b931f48a3b0342b8f825573793 100644
|
| --- a/cc/layers/layer_proto_converter.cc
|
| +++ b/cc/layers/layer_proto_converter.cc
|
| @@ -82,7 +82,8 @@ void LayerProtoConverter::RecursivelyFindAllLayers(Layer* root_layer,
|
| LayerIdMap* layer_id_map) {
|
| LayerTreeHostCommon::CallFunctionForEveryLayer(
|
| root_layer->layer_tree_host(),
|
| - [layer_id_map](Layer* layer) { (*layer_id_map)[layer->id()] = layer; });
|
| + [layer_id_map](Layer* layer) { (*layer_id_map)[layer->id()] = layer; },
|
| + CallFunctionLayerType::ALL_LAYERS);
|
| }
|
|
|
| // static
|
|
|