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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 1381163002: Add a flag to disable partial raster in renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 5 years, 2 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.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index 95a8c80cb83f781ac250d2f91ae2f7b9d5d5f1cb..e6d467f9122927af92f24088955f3ccd5e495ee7 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -72,7 +72,7 @@ class CC_EXPORT LayerTreeSettings {
size_t max_memory_for_prepaint_percentage;
bool strict_layer_property_change_checking;
bool use_zero_copy;
- bool use_persistent_map_for_gpu_memory_buffers;
+ bool use_partial_raster;
bool enable_elastic_overscroll;
// An array of image texture targets for each GpuMemoryBuffer format.
std::vector<unsigned> use_image_texture_targets;

Powered by Google App Engine
This is Rietveld 408576698