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

Unified Diff: cc/resources/image_raster_worker_pool.cc

Issue 21159007: cc: Adding support for RGBA_4444 tile textures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Back to 4_4_4_4 textures in RP Created 7 years, 4 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
Index: cc/resources/image_raster_worker_pool.cc
diff --git a/cc/resources/image_raster_worker_pool.cc b/cc/resources/image_raster_worker_pool.cc
index 408459c8f8771e5ab9e7b2cc2897e57ad3f5b74b..f45e7859e9a4d40fb039faee019f11ff9b4d3ac7 100644
--- a/cc/resources/image_raster_worker_pool.cc
+++ b/cc/resources/image_raster_worker_pool.cc
@@ -41,7 +41,7 @@ class ImageWorkerPoolTaskImpl : public internal::WorkerPoolTask {
stride_);
bitmap.setPixels(buffer_);
SkDevice device(bitmap);
- task_->RunOnWorkerThread(&device, thread_index);
+ task_->RunOnWorkerThread(thread_index, NULL, gfx::Size());
}
virtual void CompleteOnOriginThread() OVERRIDE {
reply_.Run(!HasFinishedRunning());

Powered by Google App Engine
This is Rietveld 408576698