Index: cc/layers/scrollbar_layer_impl.cc |
=================================================================== |
--- cc/layers/scrollbar_layer_impl.cc (revision 210393) |
+++ cc/layers/scrollbar_layer_impl.cc (working copy) |
@@ -4,6 +4,8 @@ |
#include "cc/layers/scrollbar_layer_impl.h" |
+#if USE_REGULAR_SCROLLBAR |
+ |
#include "cc/animation/scrollbar_animation_controller.h" |
#include "cc/layers/layer.h" |
#include "cc/layers/quad_sink.h" |
@@ -268,3 +270,5 @@ |
} |
} // namespace cc |
+ |
+#endif |