Index: cc/layers/scrollbar_layer.h |
=================================================================== |
--- cc/layers/scrollbar_layer.h (revision 210393) |
+++ cc/layers/scrollbar_layer.h (working copy) |
@@ -6,6 +6,9 @@ |
#define CC_LAYERS_SCROLLBAR_LAYER_H_ |
#include "cc/base/cc_export.h" |
+ |
+#if USE_REGULAR_SCROLLBAR |
+ |
#include "cc/input/scrollbar.h" |
#include "cc/layers/contents_scaling_layer.h" |
#include "cc/layers/scrollbar_theme_painter.h" |
@@ -91,4 +94,10 @@ |
} // namespace cc |
+#else |
+ |
+#include "cc/layers/picture_scrollbar_layer.h" |
+ |
+#endif |
+ |
#endif // CC_LAYERS_SCROLLBAR_LAYER_H_ |