Chromium Code Reviews| Index: cc/raster_worker_pool.h |
| diff --git a/cc/raster_worker_pool.h b/cc/raster_worker_pool.h |
| index 0c4d3867088e7a0c8ed5c7508935c6376ad4c031..a7c3341c7348abe6c3ac32f976d99623fc2f93c1 100644 |
| --- a/cc/raster_worker_pool.h |
| +++ b/cc/raster_worker_pool.h |
| @@ -58,6 +58,8 @@ class RasterWorkerPool { |
| DISALLOW_COPY_AND_ASSIGN(Task); |
| }; |
| + virtual void Init() OVERRIDE; |
| + |
| Thread(const std::string name); |
| virtual ~Thread(); |