Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_buffer.h

Issue 10386080: Rename nacl::RefCounted to nacl::RefCountedThreadSafe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698