Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 2a6fc24644e1571a44345158a899d1e543e30354..82af22cdaf15685295f60a364fecbc36ebe690b7 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -77,6 +77,7 @@ IPC_STRUCT_BEGIN(GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params) |
IPC_STRUCT_MEMBER(int, y) |
IPC_STRUCT_MEMBER(int, width) |
IPC_STRUCT_MEMBER(int, height) |
+ IPC_STRUCT_MEMBER(gfx::Size, surface_size) |
#if defined(OS_MACOSX) |
IPC_STRUCT_MEMBER(gfx::PluginWindowHandle, window) |
#endif |