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

Unified Diff: cc/raster/tile_task.h

Issue 2003353003: cc: Ensure members needed on task completion get called on valid thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_task_new_state_in_dtor
Patch Set: another approach, feedback Created 4 years, 7 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
« no previous file with comments | « no previous file | cc/tiles/tile_manager.h » ('j') | cc/tiles/tile_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/raster/tile_task.h
diff --git a/cc/raster/tile_task.h b/cc/raster/tile_task.h
index edbdb076c4205986c428d09afe37d8f12a260ef2..8ac4cc379e71533c61649c13dce1aaa55af64c94 100644
--- a/cc/raster/tile_task.h
+++ b/cc/raster/tile_task.h
@@ -15,6 +15,8 @@ class CC_EXPORT TileTask : public Task {
public:
typedef std::vector<scoped_refptr<TileTask>> Vector;
+ struct TaskCompletionInfo {};
+
const TileTask::Vector& dependencies() const { return dependencies_; }
// Indicates whether this TileTask can be run at the same time as other tasks
« no previous file with comments | « no previous file | cc/tiles/tile_manager.h » ('j') | cc/tiles/tile_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698