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

Unified Diff: cc/resources/gpu_tile_task_worker_pool.cc

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/resources/gpu_tile_task_worker_pool.cc
diff --git a/cc/resources/gpu_tile_task_worker_pool.cc b/cc/resources/gpu_tile_task_worker_pool.cc
index 52222db4f4df7dccf9b4e2a2919cb5f30bf0cc5b..86157308f4f289164754576019785d23aa8c3a09 100644
--- a/cc/resources/gpu_tile_task_worker_pool.cc
+++ b/cc/resources/gpu_tile_task_worker_pool.cc
@@ -51,7 +51,6 @@ GpuTileTaskWorkerPool::GpuTileTaskWorkerPool(
: task_runner_(task_runner),
task_graph_runner_(task_graph_runner),
namespace_token_(task_graph_runner_->GetNamespaceToken()),
- run_tasks_on_origin_thread_pending_(false),
task_set_finished_weak_ptr_factory_(this),
weak_ptr_factory_(this) {
}

Powered by Google App Engine
This is Rietveld 408576698