| Index: cc/layer_tree_settings.h
|
| diff --git a/cc/layer_tree_settings.h b/cc/layer_tree_settings.h
|
| index 69100bf40f109da3ec3180c5db190e44615a06cb..98c381df4b6f8c08ab039b9989ebba1565b19b57 100644
|
| --- a/cc/layer_tree_settings.h
|
| +++ b/cc/layer_tree_settings.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/basictypes.h"
|
| #include "cc/cc_export.h"
|
| #include "cc/layer_tree_debug_state.h"
|
| +#include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/gfx/size.h"
|
|
|
| namespace cc {
|
| @@ -32,6 +33,9 @@ class CC_EXPORT LayerTreeSettings {
|
| bool canUseLCDText;
|
| bool shouldClearRootRenderPass;
|
| bool useLinearFadeScrollbarAnimator;
|
| + bool solidColorScrollbars;
|
| + SkColor solidColorScrollbarColor;
|
| + int solidColorScrollbarThicknessDIP;
|
| bool calculateTopControlsPosition;
|
| bool useCheapnessEstimator;
|
| bool useMemoryManagement;
|
|
|