Use gpu::Mailbox instead of std::string for GenerateMailboxes IPCs
commit1738e54216c61f14b1b48cbc5779eecf32a0606f
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 6 Mar 2013 13:16:39 +0000 (6 13:16 +0000)
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 6 Mar 2013 13:16:39 +0000 (6 13:16 +0000)
tree26142de79d53126e731e417fac41f714274bc48d
parentcf6dec3aaf278bd0102048c9d1e1869c957f3eb6
Use gpu::Mailbox instead of std::string for GenerateMailboxes IPCs

This makes sure the data has the right size, or the IPC will not be delivered.

BUG=None

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

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