Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: platform/graphics/chromium/FontPlatformData.h

Issue 204005: Minor tweaks needed to support FreeBSD. Base URL: http://svn.webkit.org/repository/webkit/trunk/WebCore/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « platform/chromium/ChromiumBridge.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « platform/chromium/ChromiumBridge.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698