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

Unified Diff: cc/trees/layer_tree_settings.cc

Issue 361073002: Add switch to disable recording whole document (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
diff --git a/cc/trees/layer_tree_settings.cc b/cc/trees/layer_tree_settings.cc
index 4b56d7c9139c8a580aa03518ea9cfd2d736106ab..bb0d2f6c3105e01c4fdcb717705de8f222bf0843 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -64,7 +64,8 @@ LayerTreeSettings::LayerTreeSettings()
use_rgba_4444_textures(false),
touch_hit_testing(true),
texture_id_allocation_chunk_size(64),
- use_occlusion_for_tile_prioritization(false) {
+ use_occlusion_for_tile_prioritization(false),
+ record_document(false) {
}
LayerTreeSettings::~LayerTreeSettings() {}

Powered by Google App Engine
This is Rietveld 408576698