From 5a562ec1e1b621aa6e696b795f83a890f2684b84 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Tue, 14 Jul 2009 21:15:01 +0000 Subject: Linux: filter out unreadable fonts Fontconfig will return fonts which are unreadable to the current process if the system cache contains them. BUG=16715 http://codereview.chromium.org/149628 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20663 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/api/public/gtk/WebFontInfo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webkit/api/public') diff --git a/webkit/api/public/gtk/WebFontInfo.h b/webkit/api/public/gtk/WebFontInfo.h index d77ce68..b5543c2 100644 --- a/webkit/api/public/gtk/WebFontInfo.h +++ b/webkit/api/public/gtk/WebFontInfo.h @@ -33,6 +33,9 @@ #include "../WebString.h" +#include +#include + namespace WebKit { class WebFontInfo { -- cgit v1.1