Index: cc/layers/picture_layer_impl.cc |
diff --git a/cc/layers/picture_layer_impl.cc b/cc/layers/picture_layer_impl.cc |
index cf2e36a209bdcb576c5ca138e6673b97955ed079..d74a3b6ff7979a64d2b2b21371d6b1125a550597 100644 |
--- a/cc/layers/picture_layer_impl.cc |
+++ b/cc/layers/picture_layer_impl.cc |
@@ -526,7 +526,7 @@ PictureLayerImpl* PictureLayerImpl::GetPendingOrActiveTwinLayer() const { |
} |
void PictureLayerImpl::UpdateRasterSource( |
- scoped_refptr<DisplayListRasterSource> raster_source, |
+ scoped_refptr<RasterSource> raster_source, |
Region* new_invalidation, |
const PictureLayerTilingSet* pending_set) { |
// The bounds and the pile size may differ if the pile wasn't updated (ie. |
@@ -593,7 +593,7 @@ void PictureLayerImpl::UpdateCanUseLCDTextAfterCommit() { |
// Raster sources are considered const, so in order to update the state |
// a new one must be created and all tiles recreated. |
- scoped_refptr<DisplayListRasterSource> new_raster_source = |
+ scoped_refptr<RasterSource> new_raster_source = |
raster_source_->CreateCloneWithoutLCDText(); |
raster_source_.swap(new_raster_source); |