Chromium Code Reviews| Index: skia/ext/bitmap_platform_device.h |
| diff --git a/skia/ext/bitmap_platform_device.h b/skia/ext/bitmap_platform_device.h |
| index 1ca5f7e128a393024cc50b2472e12d7ba83f9e65..90aacada29a7ee24110409a87594ddb659d4ddb0 100644 |
| --- a/skia/ext/bitmap_platform_device.h |
| +++ b/skia/ext/bitmap_platform_device.h |
| @@ -15,7 +15,7 @@ |
| #elif defined(__APPLE__) |
| #include "skia/ext/bitmap_platform_device_mac.h" |
| #elif defined(USE_CAIRO) |
| -#include "skia/ext/bitmap_platform_device_cairo.h" |
| + // do nothing! |
| #else |
| #include "skia/ext/bitmap_platform_device_skia.h" |
| #endif |