| Index: chrome/common/gpu_messages_internal.h
|
| diff --git a/chrome/common/gpu_messages_internal.h b/chrome/common/gpu_messages_internal.h
|
| index 10b0961a388abe0a4ba99b42ab819ca5882d05bd..6ad644986ef299956c8bfb07b71be87f0baebcb1 100644
|
| --- a/chrome/common/gpu_messages_internal.h
|
| +++ b/chrome/common/gpu_messages_internal.h
|
| @@ -94,6 +94,11 @@ IPC_BEGIN_MESSAGES(GpuHost)
|
| gfx::NativeViewId, /* view */
|
| unsigned long /* xid */)
|
|
|
| + // Release the lock on the window.
|
| + // If the associated view has been destroyed, destroy the window.
|
| + IPC_MESSAGE_CONTROL1(GpuHostMsg_ReleaseXID,
|
| + unsigned long /* xid */)
|
| +
|
| IPC_SYNC_MESSAGE_CONTROL2_1(GpuHostMsg_ResizeXID,
|
| unsigned long, /* xid */
|
| gfx::Size, /* size */
|
|
|