mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Add DirectWrite font cache support (issue #1652)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user