| Index: ppapi/proxy/ppb_font_proxy.h
|
| diff --git a/ppapi/proxy/ppb_font_proxy.h b/ppapi/proxy/ppb_font_proxy.h
|
| index 32893eade84985fba101e5bbc81e10a37223a7ea..afe0b09c217f7de9405943322932dba72ed2e2ed 100644
|
| --- a/ppapi/proxy/ppb_font_proxy.h
|
| +++ b/ppapi/proxy/ppb_font_proxy.h
|
| @@ -56,9 +56,6 @@ class Font : public PluginResource,
|
| // ResourceObjectBase.
|
| virtual ppapi::thunk::PPB_Font_API* AsPPB_Font_API() OVERRIDE;
|
|
|
| - // PluginResource overrides.
|
| - virtual Font* AsFont() OVERRIDE;
|
| -
|
| // PPB_Font_API implementation.
|
| virtual PP_Bool Describe(PP_FontDescription_Dev* description,
|
| PP_FontMetrics_Dev* metrics) OVERRIDE;
|
|
|