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 |