| Index: content/renderer/render_thread.h
|
| diff --git a/content/renderer/render_thread.h b/content/renderer/render_thread.h
|
| index 9c5a471a97d16c85055d09b45d62182e1a560a30..8fb9e03c059b250281934659233ab968f7a03786 100644
|
| --- a/content/renderer/render_thread.h
|
| +++ b/content/renderer/render_thread.h
|
| @@ -227,6 +227,9 @@ class CONTENT_EXPORT RenderThread : public RenderThreadBase,
|
| // Request that the given font be loaded by the browser so it's cached by the
|
| // OS. Please see ChildProcessHost::PreCacheFont for details.
|
| static bool PreCacheFont(const LOGFONT& log_font);
|
| +
|
| + // Release cached font.
|
| + static bool ReleaseCachedFonts();
|
| #endif // OS_WIN
|
|
|
| private:
|
|
|