| Index: cc/layer_tree_settings.h
|
| diff --git a/cc/layer_tree_settings.h b/cc/layer_tree_settings.h
|
| index fa46fee500daaec957b1e3d885d4c1583863ef7f..1536ef0847c988d483a929a7c9185de624c0269c 100644
|
| --- a/cc/layer_tree_settings.h
|
| +++ b/cc/layer_tree_settings.h
|
| @@ -37,7 +37,9 @@ class CC_EXPORT LayerTreeSettings {
|
| int solidColorScrollbarThicknessDIP;
|
| bool calculateTopControlsPosition;
|
| bool useCheapnessEstimator;
|
| + bool useColorEstimator;
|
| bool useMemoryManagement;
|
| + bool predictionBenchmarking;
|
| float minimumContentsScale;
|
| float lowResContentsScaleFactor;
|
| float topControlsHeight;
|
|
|