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

Unified Diff: cc/trees/layer_tree_settings.cc

Issue 1139063002: cc: Partial tile update for one-copy raster. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: monocle: rebase Created 5 years, 7 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/trees/layer_tree_settings.h ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_settings.cc
diff --git a/cc/trees/layer_tree_settings.cc b/cc/trees/layer_tree_settings.cc
index fa312f12334e73a1b9152764ecc235f46c7ebf1d..c01ddc49f3249e90d6e4de7d5fe717b71ce51714 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -64,6 +64,7 @@ LayerTreeSettings::LayerTreeSettings()
strict_layer_property_change_checking(false),
use_one_copy(false),
use_zero_copy(false),
+ use_persistent_map_for_gpu_memory_buffers(false),
enable_elastic_overscroll(false),
use_image_texture_target(GL_TEXTURE_2D),
ignore_root_layer_flings(false),
« no previous file with comments | « cc/trees/layer_tree_settings.h ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698