| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 961c33fd6d5bf15fa34af03353693236731ac7b4..24664df3a41a749a592f0e363f541430489e92cd 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -481,6 +481,12 @@ IPC_MESSAGE_CONTROL1(GpuHostMsg_AcceleratedSurfaceBuffersSwapped,
|
| GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params)
|
| #endif
|
|
|
| +#if defined(OS_WIN)
|
| +IPC_MESSAGE_CONTROL2(GpuHostMsg_AcceleratedSurfaceCreatedChildWindow,
|
| + gfx::PluginWindowHandle /* parent_window */,
|
| + gfx::PluginWindowHandle /* child_window */)
|
| +#endif
|
| +
|
| IPC_MESSAGE_CONTROL1(GpuHostMsg_DidCreateOffscreenContext,
|
| GURL /* url */)
|
|
|
|
|