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

Unified Diff: cc/raster/zero_copy_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/zero_copy_raster_buffer_provider.cc
diff --git a/cc/raster/zero_copy_raster_buffer_provider.cc b/cc/raster/zero_copy_raster_buffer_provider.cc
index 85db2c4684fd71202c5be98327ecf590c18cefd3..9542fe4ac3e0bb53486130579d266e7ad83f8b15 100644
--- a/cc/raster/zero_copy_raster_buffer_provider.cc
+++ b/cc/raster/zero_copy_raster_buffer_provider.cc
@@ -100,6 +100,8 @@ void ZeroCopyRasterBufferProvider::OrderingBarrier() {
// No need to sync resources as this provider does not use GL context.
}
+void ZeroCopyRasterBufferProvider::Flush() {}
+
ResourceFormat ZeroCopyRasterBufferProvider::GetResourceFormat(
bool must_support_alpha) const {
if (resource_provider_->IsTextureFormatSupported(preferred_tile_format_) &&

Powered by Google App Engine
This is Rietveld 408576698