summaryrefslogtreecommitdiffstats
path: root/cc/raster/task_graph_runner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/raster/task_graph_runner.cc')
-rw-r--r--cc/raster/task_graph_runner.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/raster/task_graph_runner.cc b/cc/raster/task_graph_runner.cc
index ad5aaff..4f1af43 100644
--- a/cc/raster/task_graph_runner.cc
+++ b/cc/raster/task_graph_runner.cc
@@ -37,6 +37,8 @@ bool Task::HasFinishedRunning() const {
TaskGraph::TaskGraph() {}
+TaskGraph::TaskGraph(const TaskGraph& other) = default;
+
TaskGraph::~TaskGraph() {}
void TaskGraph::Swap(TaskGraph* other) {