| Index: cc/resources/tile_draw_info.h
|
| diff --git a/cc/resources/tile_draw_info.h b/cc/resources/tile_draw_info.h
|
| index 0c6bbf61286b5d8f57f7e2fefe5d3579da608dd0..c409423d80ea08d4152c290dfb50cf0c07d73cdf 100644
|
| --- a/cc/resources/tile_draw_info.h
|
| +++ b/cc/resources/tile_draw_info.h
|
| @@ -26,7 +26,7 @@ class CC_EXPORT TileDrawInfo {
|
|
|
| bool IsReadyToDraw() const;
|
|
|
| - ResourceProvider::ResourceId resource_id() const {
|
| + ResourceId resource_id() const {
|
| DCHECK(mode_ == RESOURCE_MODE);
|
| DCHECK(resource_);
|
| return resource_->id();
|
|
|