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

Unified Diff: cc/proto/layer_tree_settings.proto

Issue 1939963002: cc: Move prepaint region calculations to the tiling set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/layers/picture_layer_impl_unittest.cc ('k') | cc/tiles/picture_layer_tiling.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/layer_tree_settings.proto
diff --git a/cc/proto/layer_tree_settings.proto b/cc/proto/layer_tree_settings.proto
index fa141f15c17fd2bf99d6c1a83c52c9e23f56e452..2b5945a9293d2c74c7529a62693b9fd0b920b531 100644
--- a/cc/proto/layer_tree_settings.proto
+++ b/cc/proto/layer_tree_settings.proto
@@ -52,7 +52,7 @@ message LayerTreeSettings {
optional Size minimum_occlusion_tracking_size = 29;
optional uint32 tiling_interest_area_padding = 30;
optional float skewport_target_time_in_seconds = 31;
- optional int32 skewport_extrapolation_limit_in_content_pixels = 32;
+ optional int32 skewport_extrapolation_limit_in_screen_pixels = 32;
optional uint32 max_memory_for_prepaint_percentage = 33;
optional bool use_zero_copy = 35;
optional bool use_partial_raster = 36;
« no previous file with comments | « cc/layers/picture_layer_impl_unittest.cc ('k') | cc/tiles/picture_layer_tiling.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698