Chromium Code Reviews| Index: content/common/gpu/gpu_messages.h |
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
| index 997a6e8f70545afddd0dec83f62ee741b4b7934f..51165057071302099d4a12554c2f6fc01bb2532f 100644 |
| --- a/content/common/gpu/gpu_messages.h |
| +++ b/content/common/gpu/gpu_messages.h |
| @@ -474,6 +474,10 @@ IPC_MESSAGE_CONTROL1(GpuHostMsg_AcceleratedSurfaceBuffersSwapped, |
| GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params) |
| #endif |
| +IPC_MESSAGE_CONTROL2(GpuHostMsg_AcceleratedSurfaceCreatedChildWindow, |
|
Will Harris
2016/01/06 18:23:32
#if defined(OS_WIN)
|
| + gfx::PluginWindowHandle /* parent_window */, |
| + gfx::PluginWindowHandle /* child_window */) |
| + |
| IPC_MESSAGE_CONTROL1(GpuHostMsg_DidCreateOffscreenContext, |
| GURL /* url */) |