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

Unified Diff: cc/resources/image_raster_worker_pool.h

Issue 157293002: cc: Refactor WorkerPoolTaskClient::AcquireBufferForRaster (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed cc_perftests compile error Created 6 years, 10 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 | « no previous file | cc/resources/image_raster_worker_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/image_raster_worker_pool.h
diff --git a/cc/resources/image_raster_worker_pool.h b/cc/resources/image_raster_worker_pool.h
index a944f7f12fae5658c11db4c8220958625bf8b42d..b3b8ad80363a1958fa32b8acb2e79cd3582aaed3 100644
--- a/cc/resources/image_raster_worker_pool.h
+++ b/cc/resources/image_raster_worker_pool.h
@@ -25,8 +25,8 @@ class CC_EXPORT ImageRasterWorkerPool : public RasterWorkerPool {
virtual void CheckForCompletedTasks() OVERRIDE;
// Overridden from internal::WorkerPoolTaskClient:
- virtual void* AcquireBufferForRaster(internal::RasterWorkerPoolTask* task,
- int* stride) OVERRIDE;
+ virtual SkCanvas* AcquireCanvasForRaster(internal::RasterWorkerPoolTask* task)
+ OVERRIDE;
virtual void OnRasterCompleted(internal::RasterWorkerPoolTask* task,
const PicturePileImpl::Analysis& analysis)
OVERRIDE;
« no previous file with comments | « no previous file | cc/resources/image_raster_worker_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698