| Index: content/common/gpu_host_messages.h
|
| diff --git a/content/common/gpu_host_messages.h b/content/common/gpu_host_messages.h
|
| index ae6f0bb5e4e3cfa95ee6923d4c9d7851de089983..f5d300cb5efc9284262a8d0f440b1003387cf94d 100644
|
| --- a/content/common/gpu_host_messages.h
|
| +++ b/content/common/gpu_host_messages.h
|
| @@ -156,6 +156,11 @@ IPC_MESSAGE_CONTROL0(GpuMsg_Crash)
|
| // Tells the GPU process to hang.
|
| IPC_MESSAGE_CONTROL0(GpuMsg_Hang)
|
|
|
| +#if defined(OS_ANDROID)
|
| +// Tells the GPU process to throw a java exception
|
| +IPC_MESSAGE_CONTROL0(GpuMsg_JavaCrash)
|
| +#endif
|
| +
|
| // Tells the GPU process that the browser has seen a GPU switch.
|
| IPC_MESSAGE_CONTROL0(GpuMsg_GpuSwitched)
|
|
|
|
|