| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 1ed332d5263f3ed539f96692d18361939ab5b4dc..a05e6c49ed08a217e560a5800a3bd46c817ffdbf 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -412,6 +412,9 @@ IPC_SYNC_MESSAGE_CONTROL1_3(GpuHostMsg_EstablishGpuChannel,
|
| IPC::ChannelHandle /* handle to channel */,
|
| gpu::GPUInfo /* stats about GPU process*/)
|
|
|
| +// A renderer sends this when it wants to know whether a gpu process exists.
|
| +IPC_SYNC_MESSAGE_CONTROL0_1(GpuHostMsg_HasGpuProcess, bool /* result */)
|
| +
|
| // Response from GPU to a GputMsg_Initialize message.
|
| IPC_MESSAGE_CONTROL2(GpuHostMsg_Initialized,
|
| bool /* result */,
|
|
|