| 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 9232c5a6d5b59f1c39361ccc8e01fe2972b6bc8d..d2aeadec71eac9fb6d2660fb663c3e1ed9c288fe 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -8370,7 +8370,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 =
|
|
|