Chromium Code Reviews| Index: platform/graphics/chromium/FontPlatformData.h |
| =================================================================== |
| --- platform/graphics/chromium/FontPlatformData.h (revision 48276) |
| +++ platform/graphics/chromium/FontPlatformData.h (working copy) |
| @@ -33,7 +33,7 @@ |
| #if PLATFORM(WIN_OS) |
| #include "FontPlatformDataChromiumWin.h" |
| -#elif defined(__linux__) |
| +#elif defined(__linux__) || defined(__FreeBSD__) |
| #include "FontPlatformDataLinux.h" |
| #endif |