Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3789)

Unified Diff: cc/tiles/tile.h

Issue 1890903002: cc: Simplify Task and its derived classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_tile_task_runner
Patch Set: nits Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/tiles/tile.h
diff --git a/cc/tiles/tile.h b/cc/tiles/tile.h
index f6dd67593def1cdd54a9a9d044181578d8a02fd8..dd8f163422e7dd3de16df057f7032b5d40bb4d4a 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);
};

Powered by Google App Engine
This is Rietveld 408576698