| Index: content/common/gpu/client/command_buffer_proxy_impl.cc
|
| ===================================================================
|
| --- content/common/gpu/client/command_buffer_proxy_impl.cc (revision 166046)
|
| +++ content/common/gpu/client/command_buffer_proxy_impl.cc (working copy)
|
| @@ -461,6 +461,13 @@
|
| return true;
|
| }
|
|
|
| +
|
| +bool CommandBufferProxyImpl::GenerateMailboxNames(
|
| + unsigned num,
|
| + std::vector<std::string>* names) {
|
| + return channel_->GenerateMailboxNames(num, names);
|
| +}
|
| +
|
| bool CommandBufferProxyImpl::SetParent(
|
| CommandBufferProxy* parent_command_buffer,
|
| uint32 parent_texture_id) {
|
|
|