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

Unified Diff: cc/trees/layer_tree_settings.cc

Issue 389973005: Merge 280970 "Add switch to disable recording whole document" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2062/src/
Patch Set: Created 6 years, 5 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
Index: cc/trees/layer_tree_settings.cc
===================================================================
--- cc/trees/layer_tree_settings.cc (revision 283005)
+++ cc/trees/layer_tree_settings.cc (working copy)
@@ -63,7 +63,8 @@
ignore_root_layer_flings(false),
use_rgba_4444_textures(false),
touch_hit_testing(true),
- texture_id_allocation_chunk_size(64) {
+ texture_id_allocation_chunk_size(64),
+ record_full_layer(false) {
}
LayerTreeSettings::~LayerTreeSettings() {}
« no previous file with comments | « cc/trees/layer_tree_settings.h ('k') | content/browser/android/in_process/synchronous_compositor_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698