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

Unified Diff: cc/surfaces/display.cc

Issue 793693003: Tile Compression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 9257446a2eb8e96f793beb6a93467ff0b355e06a..6edc7f714e558a63e46cd2fdacf77daab13fd09a 100644
--- a/cc/surfaces/display.cc
+++ b/cc/surfaces/display.cc
@@ -73,7 +73,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