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

Unified Diff: content/renderer/pepper/ppb_graphics_3d_impl.h

Issue 1873783003: Convert //content/renderer from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « content/renderer/pepper/ppb_buffer_impl.cc ('k') | content/renderer/pepper/ppb_image_data_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/ppb_graphics_3d_impl.h
diff --git a/content/renderer/pepper/ppb_graphics_3d_impl.h b/content/renderer/pepper/ppb_graphics_3d_impl.h
index 6dd34624f76fca7309570a1f3d25ab6335fa95c0..86cf09cac85d5e29b78f266980ec5255ed44a553 100644
--- a/content/renderer/pepper/ppb_graphics_3d_impl.h
+++ b/content/renderer/pepper/ppb_graphics_3d_impl.h
@@ -97,7 +97,7 @@ class PPB_Graphics3D_Impl : public ppapi::PPB_Graphics3D_Shared {
gpu::SyncToken sync_token_;
bool has_alpha_;
scoped_refptr<gpu::GpuChannelHost> channel_;
- scoped_ptr<gpu::CommandBufferProxyImpl> command_buffer_;
+ std::unique_ptr<gpu::CommandBufferProxyImpl> command_buffer_;
base::WeakPtrFactory<PPB_Graphics3D_Impl> weak_ptr_factory_;
« no previous file with comments | « content/renderer/pepper/ppb_buffer_impl.cc ('k') | content/renderer/pepper/ppb_image_data_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698