Chromium Code Reviews| Index: cc/layers/scrollbar_layer.cc |
| =================================================================== |
| --- cc/layers/scrollbar_layer.cc (revision 210393) |
| +++ cc/layers/scrollbar_layer.cc (working copy) |
| @@ -5,6 +5,8 @@ |
| #include "cc/layers/scrollbar_layer.h" |
| +#if USE_REGULAR_SCROLLBAR |
| + |
| #include "base/auto_reset.h" |
| #include "base/basictypes.h" |
| #include "base/debug/trace_event.h" |
| @@ -345,3 +347,5 @@ |
| } |
| } // namespace cc |
| + |
| +#endif |