Index: cc/layers/picture_layer_impl.cc |
diff --git a/cc/layers/picture_layer_impl.cc b/cc/layers/picture_layer_impl.cc |
index c55480fbb14443a00455f190f05c866ff2773ac8..dc5ff68a66ee4dbdc0938098de05ca7bb0bfd5ba 100644 |
--- a/cc/layers/picture_layer_impl.cc |
+++ b/cc/layers/picture_layer_impl.cc |
@@ -746,9 +746,8 @@ gfx::Size PictureLayerImpl::CalculateTileSize( |
return gfx::Size(tile_width, tile_height); |
} |
-void PictureLayerImpl::GetContentsResourceId( |
- ResourceProvider::ResourceId* resource_id, |
- gfx::Size* resource_size) const { |
+void PictureLayerImpl::GetContentsResourceId(ResourceId* resource_id, |
+ gfx::Size* resource_size) const { |
// The bounds and the pile size may differ if the pile wasn't updated (ie. |
// PictureLayer::Update didn't happen). In that case the pile will be empty. |
DCHECK_IMPLIES(!raster_source_->GetSize().IsEmpty(), |