Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_buffer.h |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_buffer.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_buffer.h |
index beb1ed8cc630941e8eabb7dfe47373a3a7bc9525..9401b5ea1ca6f7aee439be1bb061017702255682 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_buffer.h |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_buffer.h |
@@ -16,6 +16,9 @@ class PluginBuffer : public PluginResource { |
public: |
static const PPB_Buffer_Dev* GetInterface(); |
+ protected: |
+ virtual ~PluginBuffer() {} |
+ |
private: |
IMPLEMENT_RESOURCE(PluginBuffer); |
NACL_DISALLOW_COPY_AND_ASSIGN(PluginBuffer); |