| Index: cc/surfaces/display.cc
|
| diff --git a/cc/surfaces/display.cc b/cc/surfaces/display.cc
|
| index 329575fe4406dd4975fc04bf13c71d20d580e258..dd776fb1bc4d118408d8557c20a7b2eefc75389b 100644
|
| --- a/cc/surfaces/display.cc
|
| +++ b/cc/surfaces/display.cc
|
| @@ -104,7 +104,7 @@ void Display::InitializeRenderer() {
|
|
|
| scoped_ptr<ResourceProvider> resource_provider = ResourceProvider::Create(
|
| output_surface_.get(), bitmap_manager_, gpu_memory_buffer_manager_,
|
| - nullptr, settings_.highp_threshold_min, settings_.use_rgba_4444_textures,
|
| + nullptr, settings_.highp_threshold_min,
|
| settings_.texture_id_allocation_chunk_size,
|
| std::vector<unsigned>(static_cast<size_t>(gfx::BufferFormat::LAST) + 1,
|
| GL_TEXTURE_2D));
|
|
|