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

Unified Diff: cc/surfaces/display.cc

Issue 869433003: (not for commit) Simplified multi-threaded Ganesh with lock on Flush only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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/video_resource_updater_unittest.cc ('k') | cc/surfaces/surface_aggregator_unittest.cc » ('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 ab1f0afcdf7790e08433b4d867c31a3d0c9eb9b4..d450200ac327996443d8d3bc0ee752da4ca7011d 100644
--- a/cc/surfaces/display.cc
+++ b/cc/surfaces/display.cc
@@ -80,7 +80,7 @@ void Display::InitializeRenderer() {
scoped_ptr<ResourceProvider> resource_provider = ResourceProvider::Create(
output_surface_.get(), bitmap_manager_, gpu_memory_buffer_manager_,
blocking_main_thread_task_runner_.get(), settings_.highp_threshold_min,
- settings_.use_rgba_4444_textures,
+ settings_.use_rgba_4444_textures, false,
settings_.texture_id_allocation_chunk_size);
if (!resource_provider)
return;
« no previous file with comments | « cc/resources/video_resource_updater_unittest.cc ('k') | cc/surfaces/surface_aggregator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698