| Index: ppapi/proxy/plugin_proxy_delegate.h
|
| diff --git a/ppapi/proxy/plugin_proxy_delegate.h b/ppapi/proxy/plugin_proxy_delegate.h
|
| index 438ac6c871e60e856d0ff6712b148f23a9741868..ee92878b9f30fc1779d0a8b657883dd5e2586e9a 100644
|
| --- a/ppapi/proxy/plugin_proxy_delegate.h
|
| +++ b/ppapi/proxy/plugin_proxy_delegate.h
|
| @@ -30,7 +30,7 @@ class PPAPI_PROXY_EXPORT PluginProxyDelegate {
|
| // Performs Windows-specific font caching in the browser for the given
|
| // LOGFONTW. Does nothing on non-Windows platforms.
|
| // Note: This method must be thread-safe.
|
| - virtual void PreCacheFont(const void* logfontw) = 0;
|
| + virtual void PreCacheFontForFlash(const void* logfontw) = 0;
|
|
|
| // Sets the active url which is reported by breakpad.
|
| virtual void SetActiveURL(const std::string& url) = 0;
|
|
|