| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index b37dade49b6ad69db712bdbf478ee1a134305596..6b2a95e4e6d95fd1ac495f899b17fcc2ff6608b2 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -420,6 +420,8 @@ IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_Destroyed,
|
| // Response to a GpuChannelMsg_Echo message.
|
| IPC_MESSAGE_ROUTED0(GpuCommandBufferMsg_EchoAck)
|
|
|
| +IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SetSurfaceVisible, bool /* visible */)
|
| +
|
| // --------------------------------------------------------------------------
|
| // TransportTexture messages
|
| //
|
|
|