cc: Add RasterWorkerPool class.
This moves thread pool related code out of the tile manager and into a new RasterWorkerPool class. This doesn't change the behavior of the tile manager in any way it just separates tile management logic from the thread handling logic, which results in a significant cleanup of the tile manager. BUG=155209 TEST=manual Review URL: https://chromiumcodereview.appspot.com/11593030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175877 0039d316-1c4b-4281-b951-d872f2087c98
Showing
cc/raster_worker_pool.cc
0 → 100644
cc/raster_worker_pool.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment