Chromium Code Reviews| Index: cc/layers/layer_proto_converter.h |
| diff --git a/cc/layers/layer_proto_converter.h b/cc/layers/layer_proto_converter.h |
| index b86ae910f995a54f554bed8751b0ac366a6680b2..3ed9ec06203f539408af1e99dcbe388d053e55f6 100644 |
| --- a/cc/layers/layer_proto_converter.h |
| +++ b/cc/layers/layer_proto_converter.h |
| @@ -34,7 +34,7 @@ class CC_EXPORT LayerProtoConverter { |
| static scoped_refptr<Layer> DeserializeLayerHierarchy( |
| const scoped_refptr<Layer> existing_root, |
| const proto::LayerNode& root_node, |
| - LayerTreeHost* layer_tree_host); |
| + LayerTreeHost* layer_tree); |
|
vmpstr
2016/08/17 20:28:15
nit: this is still a layer_tree_host.
|
| // Serializes the properties of all the dirty nodes in the Layer hierarchy. |
| // The proto::LayerUpdate will contain all nodes that are dirty. These nodes |