Chromium Code Reviews| Index: content/common/gpu/gpu_channel.h |
| diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h |
| index df2fd54576521d13adc53814647c3c37c1b8968d..ee5c2d28b29ee2a2fc9b23771f058da301612bb4 100644 |
| --- a/content/common/gpu/gpu_channel.h |
| +++ b/content/common/gpu/gpu_channel.h |
| @@ -185,6 +185,9 @@ class GpuChannel : public IPC::Listener, public IPC::Sender, |
| int32 route_id, |
| bool* succeeded); |
| void OnDestroyCommandBuffer(int32 route_id); |
| + void OnDevToolsStartEventsRecording(int32 route_id, bool* succeeded); |
|
wuchengli
2015/03/23 06:30:14
What's this? Prefer not to include non-related cha
kcwu
2015/04/14 20:02:34
Done.
|
| + void OnDevToolsStopEventsRecording(); |
| + void OnCreateJpegDecoder(int32 route_id, bool* succeeded); |
| // Decrement the count of unhandled IPC messages and defer preemption. |
| void MessageProcessed(); |