Chromium Code Reviews| Index: cc/tiles/tile_draw_info.h |
| diff --git a/cc/tiles/tile_draw_info.h b/cc/tiles/tile_draw_info.h |
| index f094efd6f388b4b36f53ee5d8ff02dace75a36da..9ba8f24fb4287ce206f08f3e4879c4f78c7fbfa9 100644 |
| --- a/cc/tiles/tile_draw_info.h |
| +++ b/cc/tiles/tile_draw_info.h |
| @@ -48,7 +48,7 @@ class CC_EXPORT TileDrawInfo { |
| return false; |
| } |
| - ResourceProvider::ResourceId resource_id() const { |
| + ResourceId resource_id() const { |
| DCHECK(mode_ == RESOURCE_MODE); |
| DCHECK(resource_); |
| return resource_->id(); |