Index: cc/surfaces/display.cc |
diff --git a/cc/surfaces/display.cc b/cc/surfaces/display.cc |
index 7cd9d6d126b566dd5547595523d92a181a2d466d..31335ae13186606ef4bc4a134fbc5b2c2d6ffe00 100644 |
--- a/cc/surfaces/display.cc |
+++ b/cc/surfaces/display.cc |
@@ -106,6 +106,7 @@ void Display::InitializeRenderer() { |
output_surface_.get(), bitmap_manager_, gpu_memory_buffer_manager_, |
nullptr, settings_.highp_threshold_min, |
settings_.texture_id_allocation_chunk_size, |
+ settings_.use_gpu_memory_buffer_resources, |
std::vector<unsigned>(static_cast<size_t>(gfx::BufferFormat::LAST) + 1, |
GL_TEXTURE_2D)); |
if (!resource_provider) |