fix uninitialized variable warning for vs2012 compilation
NOTRY=true R=piman@chromium.org BUG=155147, 143646 Review URL: https://chromiumcodereview.appspot.com/11125003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161708 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -338,7 +338,7 @@ Buffer CommandBufferProxyImpl::GetTransferBuffer(int32 id) {
|
||||
|
||||
// Assuming we are in the renderer process, the service is responsible for
|
||||
// duplicating the handle. This might not be true for NaCl.
|
||||
base::SharedMemoryHandle handle;
|
||||
base::SharedMemoryHandle handle = base::SharedMemoryHandle();
|
||||
uint32 size;
|
||||
if (!Send(new GpuCommandBufferMsg_GetTransferBuffer(route_id_,
|
||||
id,
|
||||
|
Reference in New Issue
Block a user