| Index: cc/layer_tree_settings.h
|
| diff --git a/cc/layer_tree_settings.h b/cc/layer_tree_settings.h
|
| index 0167a36bc4baffe2340c4d413b77c0637141d3df..58b454bb88b903038c6e7bc341c876eda1d98496 100644
|
| --- a/cc/layer_tree_settings.h
|
| +++ b/cc/layer_tree_settings.h
|
| @@ -39,6 +39,7 @@ class CC_EXPORT LayerTreeSettings {
|
| bool calculateTopControlsPosition;
|
| bool useCheapnessEstimator;
|
| bool useMemoryManagement;
|
| + bool solidColorBenchmarking;
|
| float minimumContentsScale;
|
| float lowResContentsScaleFactor;
|
| float topControlsHeight;
|
|
|