| Index: ppapi/proxy/ppb_graphics_3d_proxy.h
|
| diff --git a/ppapi/proxy/ppb_graphics_3d_proxy.h b/ppapi/proxy/ppb_graphics_3d_proxy.h
|
| index e2b4dda8207f3e9714a0ba917d557afcaeeea57d..fab0122c6478487fdd1ab8c6dfd82d69a0438951 100644
|
| --- a/ppapi/proxy/ppb_graphics_3d_proxy.h
|
| +++ b/ppapi/proxy/ppb_graphics_3d_proxy.h
|
| @@ -62,7 +62,7 @@ class PPAPI_PROXY_EXPORT Graphics3D : public PPB_Graphics3D_Shared {
|
| gpu::GpuControl* GetGpuControl() override;
|
| int32_t DoSwapBuffers(const gpu::SyncToken& sync_token) override;
|
|
|
| - scoped_ptr<PpapiCommandBufferProxy> command_buffer_;
|
| + std::unique_ptr<PpapiCommandBufferProxy> command_buffer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(Graphics3D);
|
| };
|
|
|