| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_font.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_font.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_font.h
|
| index 27e149f2ce9e68a2e6fa4fd1dc88b04b514e1a1b..ee4b8ff389e6c079c677430db79deb4aa0bdc90f 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_font.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_font.h
|
| @@ -19,6 +19,9 @@ class PluginFont : public PluginResource {
|
|
|
| static const PPB_Font_Dev* GetInterface();
|
|
|
| + protected:
|
| + virtual ~PluginFont() {}
|
| +
|
| private:
|
| NACL_DISALLOW_COPY_AND_ASSIGN(PluginFont);
|
| };
|
|
|