Chromium Code Reviews| Index: content/gpu/gpu_child_thread.h |
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h |
| index ec0e33f683d3aaecf0994bb83a26e85f7ecc5e51..72eeb7348e667a6bb7924a2dfffeccd9772f4a63 100644 |
| --- a/content/gpu/gpu_child_thread.h |
| +++ b/content/gpu/gpu_child_thread.h |
| @@ -116,6 +116,9 @@ class GpuChildThread : public ChildThreadImpl, |
| void OnClean(); |
| void OnCrash(); |
| void OnHang(); |
| +#if defined(OS_ANDROID) |
| + void OnJavaCrash(); |
| +#endif |
| void OnGpuSwitched(); |
| void OnEstablishChannel(const EstablishChannelParams& params); |