Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / common / gpu / client / command_buffer_proxy_impl.cc
index c785dcb..631eea9 100644 (file)
@@ -521,15 +521,6 @@ void CommandBufferProxyImpl::SendManagedMemoryStats(
                                                             stats));
 }
 
-bool CommandBufferProxyImpl::GenerateMailboxNames(
-    unsigned num,
-    std::vector<gpu::Mailbox>* names) {
-  if (last_state_.error != gpu::error::kNoError)
-    return false;
-
-  return channel_->GenerateMailboxNames(num, names);
-}
-
 bool CommandBufferProxyImpl::ProduceFrontBuffer(const gpu::Mailbox& mailbox) {
   if (last_state_.error != gpu::error::kNoError)
     return false;