diff options
Diffstat (limited to 'cc/trees/layer_tree_settings.h')
-rw-r--r-- | cc/trees/layer_tree_settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h index ca063b8..fafeb4d 100644 --- a/cc/trees/layer_tree_settings.h +++ b/cc/trees/layer_tree_settings.h @@ -21,7 +21,7 @@ class CC_EXPORT LayerTreeSettings { bool impl_side_painting; bool allow_antialiasing; bool throttle_frame_production; - bool begin_frame_scheduling_enabled; + bool begin_impl_frame_scheduling_enabled; bool deadline_scheduling_enabled; bool using_synchronous_renderer_compositor; bool per_tile_painting_enabled; |