Index: cc/tiles/tile.h |
diff --git a/cc/tiles/tile.h b/cc/tiles/tile.h |
index 99497f3ad20a3c0d0eee59b18a2c3b33e251e09d..639cfa7a14b5da65f62fcc94d9b0596d99a0c28a 100644 |
--- a/cc/tiles/tile.h |
+++ b/cc/tiles/tile.h |
@@ -144,7 +144,7 @@ class CC_EXPORT Tile { |
unsigned scheduled_priority_; |
- scoped_refptr<RasterTask> raster_task_; |
+ scoped_refptr<Task> raster_task_; |
DISALLOW_COPY_AND_ASSIGN(Tile); |
}; |