Chromium Code Reviews| Index: cc/layer_tree_settings.h |
| diff --git a/cc/layer_tree_settings.h b/cc/layer_tree_settings.h |
| index 69100bf40f109da3ec3180c5db190e44615a06cb..278ddf77a4963ef496dcce37666860b88ca0a1cf 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 solidColorScrollbarThickness; |
|
jamesr
2013/02/19 20:21:58
is this in DIPs or physical px or what?
|
| bool calculateTopControlsPosition; |
| bool useCheapnessEstimator; |
| bool useMemoryManagement; |