| Index: chrome/common/gpu_messages_internal.h
|
| diff --git a/chrome/common/gpu_messages_internal.h b/chrome/common/gpu_messages_internal.h
|
| index 1b51c03a2dad1aed44c0117b4872983be41eb756..3b90a92edfe2640916c450c2c4a59bab6bc4bc98 100644
|
| --- a/chrome/common/gpu_messages_internal.h
|
| +++ b/chrome/common/gpu_messages_internal.h
|
| @@ -81,6 +81,13 @@ IPC_BEGIN_MESSAGES(GpuHost)
|
| IPC_SYNC_MESSAGE_CONTROL1_1(GpuHostMsg_GetViewXID,
|
| gfx::NativeViewId, /* view */
|
| unsigned long /* xid */)
|
| +
|
| + IPC_SYNC_MESSAGE_CONTROL3_1(GpuHostMsg_ResizeXID,
|
| + unsigned long, /* xid */
|
| + int32, /* width */
|
| + int32, /* height */
|
| + bool /* success */)
|
| +
|
| #elif defined(OS_MACOSX)
|
| // This message, used on Mac OS X 10.6 and later (where IOSurface is
|
| // supported), is sent from the GPU process to the browser to indicate that a
|
|
|