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

Unified Diff: platform/chromium/ChromiumBridge.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 | « no previous file | platform/graphics/chromium/FontPlatformData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform/chromium/ChromiumBridge.h
===================================================================
--- platform/chromium/ChromiumBridge.h (revision 48276)
+++ platform/chromium/ChromiumBridge.h (working copy)
@@ -100,7 +100,7 @@
#if PLATFORM(WIN_OS)
static bool ensureFontLoaded(HFONT font);
#endif
-#if PLATFORM(LINUX)
+#if PLATFORM(LINUX) || PLATFORM(FREEBSD)
static String getFontFamilyForCharacters(const UChar*, size_t numCharacters);
#endif
« no previous file with comments | « no previous file | platform/graphics/chromium/FontPlatformData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698