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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_view.cc

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_view.cc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_view.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_view.cc
index 5d840a5b6057ccfb0d5d9246dbb5745453038e7e..4ad5d5b9f3543e4aef25789eb6fd4503ae64d651 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_view.cc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_view.cc
@@ -82,11 +82,7 @@ PP_Bool GetClipRect(PP_Resource resource, PP_Rect* clip) {
} // namespace
-PluginView::PluginView() {
-}
-
-PluginView::~PluginView() {
-}
+PluginView::PluginView() {}
void PluginView::Init(const ViewData& view_data) {
view_data_ = view_data;
@@ -104,4 +100,6 @@ const PPB_View* PluginView::GetInterface() {
return &view_interface;
}
+PluginView::~PluginView() {}
+
} // namespace ppapi_proxy

Powered by Google App Engine
This is Rietveld 408576698