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

Unified Diff: cc/raster/bitmap_raster_buffer_provider.cc

Issue 2814843002: gpu: GPU service scheduler. (Closed)
Patch Set: rebase Created 3 years, 8 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/raster/bitmap_raster_buffer_provider.cc
diff --git a/cc/raster/bitmap_raster_buffer_provider.cc b/cc/raster/bitmap_raster_buffer_provider.cc
index 470e6e033548a6fdd89fc8c546f8ca481ca2535c..b69531a3ea3b3931c43a668c35b095a26c562686 100644
--- a/cc/raster/bitmap_raster_buffer_provider.cc
+++ b/cc/raster/bitmap_raster_buffer_provider.cc
@@ -98,6 +98,8 @@ void BitmapRasterBufferProvider::OrderingBarrier() {
// No need to sync resources as this provider does not use GL context.
}
+void BitmapRasterBufferProvider::Flush() {}
+
ResourceFormat BitmapRasterBufferProvider::GetResourceFormat(
bool must_support_alpha) const {
return resource_provider_->best_texture_format();

Powered by Google App Engine
This is Rietveld 408576698