Index: cc/trees/layer_tree_settings.h |
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h |
index 86a657ed6f909815eb1704f500b596b8fd941fab..5d16165fce078701df7019430c1f52590eab4d32 100644 |
--- a/cc/trees/layer_tree_settings.h |
+++ b/cc/trees/layer_tree_settings.h |
@@ -47,6 +47,7 @@ class CC_EXPORT LayerTreeSettings { |
bool calculate_top_controls_position; |
bool use_memory_management; |
bool timeout_and_draw_when_animation_checkerboards; |
+ int maximum_number_of_failed_draws_before_draw_is_forced_; |
bool layer_transforms_should_scale_layer_contents; |
float minimum_contents_scale; |
float low_res_contents_scale_factor; |