Index: cc/resources/raster_worker_pool.h |
diff --git a/cc/resources/raster_worker_pool.h b/cc/resources/raster_worker_pool.h |
index e7c7a5ca12479d09d95dbeb2e46f9bcb40978cd9..a334f654aaa95f84b6f3db3a9d00dcda652d17f2 100644 |
--- a/cc/resources/raster_worker_pool.h |
+++ b/cc/resources/raster_worker_pool.h |
@@ -186,6 +186,9 @@ class CC_EXPORT RasterWorkerPool : public WorkerPool { |
// even if they later get canceled by another call to ScheduleTasks(). |
virtual void ScheduleTasks(RasterTask::Queue* queue) = 0; |
+ // Returns the target that needs to be used for raster task resources. |
+ virtual GLenum GetResourceTarget() const = 0; |
+ |
// Returns the format that needs to be used for raster task resources. |
virtual ResourceFormat GetResourceFormat() const = 0; |