| Index: cc/playback/display_item_list_unittest.cc
|
| diff --git a/cc/playback/display_item_list_unittest.cc b/cc/playback/display_item_list_unittest.cc
|
| index b29baa3735e8a44ba233f87950fbd10792b77723..f39f8693cbebadd17b43d1ec972b48e3e8c0ec7a 100644
|
| --- a/cc/playback/display_item_list_unittest.cc
|
| +++ b/cc/playback/display_item_list_unittest.cc
|
| @@ -84,9 +84,6 @@ void ValidateDisplayItemListSerialization(const gfx::Size& layer_size,
|
| scoped_refptr<DisplayItemList> new_list =
|
| DisplayItemList::CreateFromProto(proto);
|
|
|
| - // Finalize the DisplayItemLists to perform raster.
|
| - new_list->Finalize();
|
| -
|
| const int pixel_size = 4 * layer_size.GetArea();
|
|
|
| // Get the rendered contents of the old DisplayItemList.
|
|
|