| 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(
 | 
| 
 |