Index: cc/resources/picture_layer_tiling_set.cc |
diff --git a/cc/resources/picture_layer_tiling_set.cc b/cc/resources/picture_layer_tiling_set.cc |
index b2b86b5464c03ea085ebb199c18f88eff231249d..a0000b6e697450deedc814bef8c21920c400a99a 100644 |
--- a/cc/resources/picture_layer_tiling_set.cc |
+++ b/cc/resources/picture_layer_tiling_set.cc |
@@ -69,8 +69,8 @@ bool PictureLayerTilingSet::SyncTilings(const PictureLayerTilingSet& other, |
if (PictureLayerTiling* this_tiling = TilingAtScale(contents_scale)) { |
this_tiling->set_resolution(other.tilings_[i]->resolution()); |
- this_tiling->UpdateTilesToCurrentPile(layer_invalidation, |
- new_layer_bounds); |
+ this_tiling->UpdateTilesToCurrentRasterSource(layer_invalidation, |
+ new_layer_bounds); |
this_tiling->CreateMissingTilesInLiveTilesRect(); |
if (this_tiling->resolution() == HIGH_RESOLUTION) |
have_high_res_tiling = true; |