| Index: cc/resources/pixel_buffer_raster_worker_pool.h
|
| diff --git a/cc/resources/pixel_buffer_raster_worker_pool.h b/cc/resources/pixel_buffer_raster_worker_pool.h
|
| index 980fe5481c557028338c902a412fe45bb7a9e27a..a856d8ae5a910f7fea29dc1cc0824fbefadf5b2d 100644
|
| --- a/cc/resources/pixel_buffer_raster_worker_pool.h
|
| +++ b/cc/resources/pixel_buffer_raster_worker_pool.h
|
| @@ -34,7 +34,7 @@ class CC_EXPORT PixelBufferRasterWorkerPool : public RasterWorkerPool {
|
|
|
| // Overridden from RasterWorkerPool:
|
| virtual void ScheduleTasks(RasterTask::Queue* queue) OVERRIDE;
|
| - virtual GLenum GetResourceFormat() const OVERRIDE;
|
| + virtual ResourceFormat GetResourceFormat() const OVERRIDE;
|
| virtual void OnRasterTasksFinished() OVERRIDE;
|
| virtual void OnRasterTasksRequiredForActivationFinished() OVERRIDE;
|
|
|
| @@ -81,6 +81,7 @@ class CC_EXPORT PixelBufferRasterWorkerPool : public RasterWorkerPool {
|
|
|
| bool should_notify_client_if_no_tasks_are_pending_;
|
| bool should_notify_client_if_no_tasks_required_for_activation_are_pending_;
|
| + ResourceFormat format_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PixelBufferRasterWorkerPool);
|
| };
|
|
|