Windows: Add DirectWrite font cache support (issue #1652)

This commit is contained in:
Marshall Greenblatt
2015-06-11 18:08:33 -04:00
parent de05577c86
commit ee90dc0915
11 changed files with 93 additions and 34 deletions

View File

@@ -52,8 +52,10 @@ class CefBrowserMainParts : public content::BrowserMainParts {
PrefService* pref_service() const { return pref_service_.get(); }
private:
#if defined(OS_WIN)
void PlatformInitialize();
void PlatformCleanup();
void PlatformPreMainMessageLoopRun();
#endif // defined(OS_WIN)
scoped_refptr<CefBrowserContextImpl> global_browser_context_;
CefDevToolsDelegate* devtools_delegate_; // Deletes itself.