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

Unified Diff: cc/raster/gpu_tile_task_worker_pool.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/raster/gpu_tile_task_worker_pool.h
diff --git a/cc/raster/gpu_tile_task_worker_pool.h b/cc/raster/gpu_tile_task_worker_pool.h
index a50ab647f1cea76d74bd293425ecd471ab35f37e..a38bb6f641ecec4f95213fdc2f15ccaf8b819a5b 100644
--- a/cc/raster/gpu_tile_task_worker_pool.h
+++ b/cc/raster/gpu_tile_task_worker_pool.h
@@ -8,7 +8,6 @@
#include <stdint.h>
#include "base/macros.h"
-#include "cc/raster/tile_task_runner.h"
#include "cc/raster/tile_task_worker_pool.h"
namespace cc {

Powered by Google App Engine
This is Rietveld 408576698