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..a145355009645d482ba336c2f9e41d0979b76771 100644 |
| --- a/cc/layer_tree_settings.h |
| +++ b/cc/layer_tree_settings.h |
| @@ -5,6 +5,8 @@ |
| #ifndef CC_LAYER_TREE_SETTINGS_H_ |
| #define CC_LAYER_TREE_SETTINGS_H_ |
| +#include "SkColor.h" |
|
jamesr
2013/02/18 04:51:47
use full path "third_party/skia/include/..." and s
|
| + |
| #include "base/basictypes.h" |
| #include "cc/cc_export.h" |
| #include "cc/layer_tree_debug_state.h" |
| @@ -32,6 +34,9 @@ class CC_EXPORT LayerTreeSettings { |
| bool canUseLCDText; |
| bool shouldClearRootRenderPass; |
| bool useLinearFadeScrollbarAnimator; |
| + bool solidColorScrollbars; |
| + SkColor solidColorScrollbarColor; |
| + int solidColorScrollbarMargin; |
| bool calculateTopControlsPosition; |
| bool useCheapnessEstimator; |
| bool useMemoryManagement; |