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

Unified Diff: cc/surfaces/display.cc

Issue 2332143002: cc: Populate SkColorSpace for raster from resource gfx::ColorSpace (Closed)
Patch Set: Created 4 years, 3 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/surfaces/display.cc
diff --git a/cc/surfaces/display.cc b/cc/surfaces/display.cc
index 6d40de6f0d74283c3a866fe8c35c788c328f7fb0..670ad22a70a54ab4de967666805e450b9cfbd168 100644
--- a/cc/surfaces/display.cc
+++ b/cc/surfaces/display.cc
@@ -173,7 +173,7 @@ void Display::InitializeRenderer() {
gpu_memory_buffer_manager_, nullptr, settings_.highp_threshold_min,
settings_.texture_id_allocation_chunk_size,
output_surface_->capabilities().delegated_sync_points_required,
- settings_.use_gpu_memory_buffer_resources,
+ settings_.use_gpu_memory_buffer_resources, false,
settings_.buffer_to_texture_target_map));
if (output_surface_->context_provider()) {

Powered by Google App Engine
This is Rietveld 408576698