| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index ffab7dff5d5e7c901c271283e116c7f3c947f5bf..2ec46969f214e11d317dcb599b3eb20323d7c971 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -105,10 +105,8 @@ ComputeLayerTreeHostProtoSizeSplitAsValue(proto::LayerTreeHost* proto) {
|
| layer_properties_proto.picture();
|
| picture_layer_properties_size += picture_proto.ByteSize();
|
|
|
| - const proto::RecordingSource& recording_source_proto =
|
| - picture_proto.recording_source();
|
| const proto::DisplayItemList& display_list_proto =
|
| - recording_source_proto.display_list();
|
| + picture_proto.display_list();
|
| display_item_list_size += display_list_proto.ByteSize();
|
|
|
| for (int j = 0; j < display_list_proto.items_size(); ++j) {
|
|
|