Make WebGraphicsContext3DCommandBufferImpl use smart pointer.
commitda21c0fa5e1fa295bc41744febf8ce3010426acd
authordongseong.hwang@intel.com <dongseong.hwang@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 9 Jul 2013 13:56:32 +0000 (9 13:56 +0000)
committerdongseong.hwang@intel.com <dongseong.hwang@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 9 Jul 2013 13:56:32 +0000 (9 13:56 +0000)
tree70684b2ca374c0113c7ad62a712abaf1531151b1
parent4799c39e6ff473c347e741665f29768635424c49
Make WebGraphicsContext3DCommandBufferImpl use smart pointer.

Currently, WebGraphicsContext3DCommandBufferImpl uses raw pointer. This patch
makes this class use smart pointer. This change matches to how
GLInProcessContext uses smart pointer.

Review URL: https://chromiumcodereview.appspot.com/18600005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210549 0039d316-1c4b-4281-b951-d872f2087c98
content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h