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

Unified Diff: cc/surfaces/display.cc

Issue 2662303004: Move const ResourceProvider members into Settings struct (Closed)
Patch Set: fix build Created 3 years, 11 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
« no previous file with comments | « cc/resources/resource_provider_unittest.cc ('k') | cc/test/fake_resource_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/display.cc
diff --git a/cc/surfaces/display.cc b/cc/surfaces/display.cc
index 2a83572c9f51d24f370648f2edf22be5a87d7eef..735c22885dce57a36a383e16737a77a5511f26b6 100644
--- a/cc/surfaces/display.cc
+++ b/cc/surfaces/display.cc
@@ -179,7 +179,7 @@ void Display::InitializeRenderer() {
bool delegated_sync_points_required = false;
resource_provider_.reset(new ResourceProvider(
output_surface_->context_provider(), bitmap_manager_,
- gpu_memory_buffer_manager_, nullptr, settings_.highp_threshold_min,
+ gpu_memory_buffer_manager_, nullptr,
settings_.texture_id_allocation_chunk_size,
delegated_sync_points_required, settings_.use_gpu_memory_buffer_resources,
false, settings_.buffer_to_texture_target_map));
« no previous file with comments | « cc/resources/resource_provider_unittest.cc ('k') | cc/test/fake_resource_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698