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

Unified Diff: cc/output/renderer_settings.cc

Issue 1425533006: cc: Add flag to specify to ResourceProvider to always use GMBs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test and build Created 5 years, 1 month 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/output/renderer_settings.h ('k') | cc/resources/resource_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer_settings.cc
diff --git a/cc/output/renderer_settings.cc b/cc/output/renderer_settings.cc
index db961c91edc822c5b4395ce60fa50806486e85f0..dce7e24d96e1354ffe5146b12e902cc7c6dc755d 100644
--- a/cc/output/renderer_settings.cc
+++ b/cc/output/renderer_settings.cc
@@ -21,7 +21,8 @@ RendererSettings::RendererSettings()
refresh_rate(60.0),
highp_threshold_min(0),
use_rgba_4444_textures(false),
- texture_id_allocation_chunk_size(64) {}
+ texture_id_allocation_chunk_size(64),
+ use_gpu_memory_buffer_resources(false) {}
RendererSettings::~RendererSettings() {
}
« no previous file with comments | « cc/output/renderer_settings.h ('k') | cc/resources/resource_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698