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

Unified Diff: cc/resources/raster_worker_pool.h

Issue 362073002: cc: Remove all traces of SkPicture cloning. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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
« no previous file with comments | « cc/resources/picture_unittest.cc ('k') | cc/resources/raster_worker_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/raster_worker_pool.h
diff --git a/cc/resources/raster_worker_pool.h b/cc/resources/raster_worker_pool.h
index 2c543a0d0c42621bc3f6f29e003800f66d717568..5a9fd25137bdfe53f60c299c83cdbb0b7c1f2783 100644
--- a/cc/resources/raster_worker_pool.h
+++ b/cc/resources/raster_worker_pool.h
@@ -35,10 +35,6 @@ class CC_EXPORT RasterWorkerPool {
// Returns a pointer to the global TaskGraphRunner instance.
static TaskGraphRunner* GetTaskGraphRunner();
- // Returns a unique clone index for the current thread. Guaranteed to be a
- // value between 0 and GetNumRasterThreads() - 1.
- static size_t GetPictureCloneIndexForCurrentThread();
-
// Utility function that can be used to create a "raster finished" task that
// posts |callback| to |task_runner| when run.
static scoped_refptr<RasterizerTask> CreateRasterFinishedTask(
« no previous file with comments | « cc/resources/picture_unittest.cc ('k') | cc/resources/raster_worker_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698