Chromium Code Reviews| Index: skia/ext/vector_platform_device.h |
| =================================================================== |
| --- skia/ext/vector_platform_device.h (revision 25977) |
| +++ skia/ext/vector_platform_device.h (working copy) |
| @@ -9,7 +9,7 @@ |
| // VectorPlatformDevice header file for your platform. |
| #if defined(WIN32) |
| #include "skia/ext/vector_platform_device_win.h" |
| -#elif defined(__linux__) |
| +#elif defined(__linux__) || defined(__FreeBSD__) |
| #include "skia/ext/vector_platform_device_linux.h" |
| #endif |