Index: cc/layers/scrollbar_layer_impl.h |
=================================================================== |
--- cc/layers/scrollbar_layer_impl.h (revision 210393) |
+++ cc/layers/scrollbar_layer_impl.h (working copy) |
@@ -6,6 +6,9 @@ |
#define CC_LAYERS_SCROLLBAR_LAYER_IMPL_H_ |
#include "cc/base/cc_export.h" |
+ |
+#if USE_REGULAR_SCROLLBAR |
+ |
#include "cc/input/scrollbar.h" |
#include "cc/layers/layer_impl.h" |
@@ -111,4 +114,11 @@ |
}; |
} // namespace cc |
+ |
+#else |
+ |
+#include "cc/layers/picture_scrollbar_layer_impl.h" |
+ |
+#endif |
+ |
#endif // CC_LAYERS_SCROLLBAR_LAYER_IMPL_H_ |