diff options
Diffstat (limited to 'cc/trees/layer_tree_settings.h')
-rw-r--r-- | cc/trees/layer_tree_settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h index 7f8455f..98d4bb3 100644 --- a/cc/trees/layer_tree_settings.h +++ b/cc/trees/layer_tree_settings.h @@ -33,6 +33,8 @@ class CC_EXPORT LayerTreeSettings { bool can_use_lcd_text; bool should_clear_root_render_pass; bool use_linear_fade_scrollbar_animator; + int scrollbar_linear_fade_delay_ms; + int scrollbar_linear_fade_length_ms; bool solid_color_scrollbars; SkColor solid_color_scrollbar_color; int solid_color_scrollbar_thickness_dip; |