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

Unified Diff: cc/resources/image_copy_raster_worker_pool.cc

Issue 375303002: cc: Refactor ResourceProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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_copy_raster_worker_pool.cc
diff --git a/cc/resources/image_copy_raster_worker_pool.cc b/cc/resources/image_copy_raster_worker_pool.cc
index 0d4f7441e5222be3b78646df74e05dd6e98dbbae..3f7eb8c67164691a32abc647e8e886b5c5596d98 100644
--- a/cc/resources/image_copy_raster_worker_pool.cc
+++ b/cc/resources/image_copy_raster_worker_pool.cc
@@ -226,7 +226,7 @@ void ImageCopyRasterWorkerPool::FlushCopies() {
if (!has_performed_copy_since_last_flush_)
return;
- resource_provider_->ShallowFlushIfSupported();
+ resource_provider_->GetResourceHelper()->ShallowFlushIfSupported();
danakj 2014/07/09 16:01:33 can we just call ShallowFlushCHROMIUM directly her
sohanjg 2014/07/10 15:11:06 Done.
has_performed_copy_since_last_flush_ = false;
}

Powered by Google App Engine
This is Rietveld 408576698