| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index de5d1e2abb794654ab3872557a0c09d7601b9438..3d88da899b84f3dab462602e5df3a9df27284a61 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -285,6 +285,12 @@ IPC_MESSAGE_CONTROL0(GpuMsg_Hang)
|
| // Tells the GPU process to disable the watchdog thread.
|
| IPC_MESSAGE_CONTROL0(GpuMsg_DisableWatchdog)
|
|
|
| +// Tells the GPU process that a surface is being deleted.
|
| +IPC_MESSAGE_CONTROL3(GpuMsg_DestroySurface,
|
| + int, /* client_id */
|
| + int, /* route_id */
|
| + int /* surface_id */)
|
| +
|
| //------------------------------------------------------------------------------
|
| // GPU Host Messages
|
| // These are messages to the browser.
|
|
|