|
cc: Move internal::Task::did_schedule_ to internal::WorkerPoolTask.
This moves the task scheduling notion out of the TaskGraphRunner and
into the RasterWorkerPool. This is a more appropriate place to handle
this and required as tasks need to complete multiple times when used
with PixelRasterWorkerPool.
BUG= 339201
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=249236
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+54 lines, -36 lines) |
Patch |
 |
M |
cc/resources/image_raster_worker_pool.h
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/image_raster_worker_pool.cc
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/pixel_buffer_raster_worker_pool.h
|
View
|
1
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
cc/resources/pixel_buffer_raster_worker_pool.cc
|
View
|
1
2
3
4
|
4 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool.h
|
View
|
1
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool.cc
|
View
|
1
2
3
4
|
5 chunks |
+34 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool_perftest.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/task_graph_runner.h
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/resources/task_graph_runner.cc
|
View
|
|
2 chunks |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/resources/task_graph_runner_perftest.cc
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_tile_manager.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|