| Index: cc/trees/layer_tree_settings.h
|
| diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
|
| index 66461208b506c4266c9c53ca799759457ac55545..4bfd1e9c57b099d38dfab2cee4955ee811bd8844 100644
|
| --- a/cc/trees/layer_tree_settings.h
|
| +++ b/cc/trees/layer_tree_settings.h
|
| @@ -20,6 +20,7 @@ class CC_EXPORT LayerTreeSettings {
|
|
|
| bool impl_side_painting;
|
| bool allow_antialiasing;
|
| + bool force_antialiasing;
|
| bool throttle_frame_production;
|
| bool single_thread_proxy_scheduler;
|
| bool begin_frame_scheduling_enabled;
|
|
|