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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_2d.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/plugin_ppb_graphics_2d.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_2d.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_2d.h
index 9f03436d268eae287684cdbf97ced11a8fc2d304..f930c99f564ce3ef1d7ace2f9d0caabc7ef11010 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_2d.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_2d.h
@@ -19,6 +19,9 @@ class PluginGraphics2D : public PluginResource {
static const PPB_Graphics2D* GetInterface();
+ protected:
+ virtual ~PluginGraphics2D() {}
+
private:
IMPLEMENT_RESOURCE(PluginGraphics2D);
NACL_DISALLOW_COPY_AND_ASSIGN(PluginGraphics2D);

Powered by Google App Engine
This is Rietveld 408576698