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

Unified Diff: cc/resources/pixel_buffer_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/pixel_buffer_raster_worker_pool.cc
diff --git a/cc/resources/pixel_buffer_raster_worker_pool.cc b/cc/resources/pixel_buffer_raster_worker_pool.cc
index 1df2362a5aee337a1e3a5219e32274fc859ef3da..1d150ce1b7cc08320f0dabb3fe6542b1d810627a 100644
--- a/cc/resources/pixel_buffer_raster_worker_pool.cc
+++ b/cc/resources/pixel_buffer_raster_worker_pool.cc
@@ -315,7 +315,7 @@ void PixelBufferRasterWorkerPool::FlushUploads() {
if (!has_performed_uploads_since_last_flush_)
return;
- resource_provider_->ShallowFlushIfSupported();
+ resource_provider_->GetResourceHelper()->ShallowFlushIfSupported();
danakj 2014/07/09 16:01:33 can we just call ShallowFlushCHROMIUM() directly h
sohanjg 2014/07/10 15:11:06 Done.
has_performed_uploads_since_last_flush_ = false;
}

Powered by Google App Engine
This is Rietveld 408576698