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

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

Issue 10386080: Rename nacl::RefCounted to nacl::RefCountedThreadSafe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: License bump 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/array_buffer_proxy_var.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/array_buffer_proxy_var.h b/ppapi/native_client/src/shared/ppapi_proxy/array_buffer_proxy_var.h
index b84914f685209cd501fb23a69ff92ddff0ed1ea9..04e2f67aeb2658ceccff01905b23b0f26011272f 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/array_buffer_proxy_var.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/array_buffer_proxy_var.h
@@ -34,6 +34,9 @@ class ArrayBufferProxyVar : public ProxyVar {
static_cast<ArrayBufferProxyVar*>(proxy_var.get()));
}
+ protected:
+ virtual ~ArrayBufferProxyVar() {}
+
private:
std::vector<uint8_t> buffer_;
};
« no previous file with comments | « ppapi/native_client/src/include/ref_counted.h ('k') | ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698