| Index: content/common/gpu/client/command_buffer_proxy_impl.h
 | 
| ===================================================================
 | 
| --- content/common/gpu/client/command_buffer_proxy_impl.h	(revision 166793)
 | 
| +++ content/common/gpu/client/command_buffer_proxy_impl.h	(working copy)
 | 
| @@ -154,6 +154,7 @@
 | 
|    void OnConsoleMessage(const GPUCommandBufferConsoleMessage& message);
 | 
|    void OnSetMemoryAllocation(const GpuMemoryAllocationForRenderer& allocation);
 | 
|    void OnSignalSyncPointAck(uint32 id);
 | 
| +  void OnGenerateMailboxNamesReply(const std::vector<std::string>& names);
 | 
|  
 | 
|    // Try to read an updated copy of the state from shared memory.
 | 
|    void TryUpdateState();
 | 
| 
 |