| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index 6f69b5f6d9f25cf524962efa3ee9b792f8206f0b..d0237eb2009c5f34cf4b6d19d5c78dab5b01523c 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -8302,7 +8302,7 @@ TEST_F(LayerTreeHostImplTest, InvalidLayerNotAddedToRasterQueue) {
|
| host_impl_->CreatePendingTree();
|
|
|
| Region empty_invalidation;
|
| - scoped_refptr<RasterSource> raster_source_with_tiles(
|
| + scoped_refptr<DisplayListRasterSource> raster_source_with_tiles(
|
| FakeDisplayListRasterSource::CreateFilled(gfx::Size(10, 10)));
|
|
|
| scoped_ptr<FakePictureLayerImpl> layer =
|
|
|