From 40bc40fc0dc38e86f15732d125e82885d28b268f Mon Sep 17 00:00:00 2001 From: "jamesr@chromium.org" Date: Mon, 5 Oct 2009 19:28:52 +0000 Subject: Exposes WebCore's FontCache through the webkit API WebCore has a static FontCache that holds handles to platform-specific font data. It exposes a few knobs that might be useful to track or minimize memory usage. This patch exposes an API to experiment with. TEST=none BUG=none Review URL: http://codereview.chromium.org/251081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28021 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index efc5176..b1bdfb2 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -97,6 +97,7 @@ 'api/public/WebFindOptions.h', 'api/public/WebFrame.h', 'api/public/WebFrameClient.h', + 'api/public/WebFontCache.h', 'api/public/WebForm.h', 'api/public/WebHistoryItem.h', 'api/public/WebHTTPBody.h', @@ -189,6 +190,7 @@ 'api/src/WebDataSourceImpl.cpp', 'api/src/WebDataSourceImpl.h', 'api/src/WebDragData.cpp', + 'api/src/WebFontCache.cpp', 'api/src/WebForm.cpp', 'api/src/WebHistoryItem.cpp', 'api/src/WebHTTPBody.cpp', -- cgit v1.1