| Index: content/common/gpu/gpu_channel.h
|
| diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
|
| index 46557c4eab8109f88c8e9d92dce8180eca726b29..e773eeeec3ad3fc5f8de69304b061e42aede9068 100644
|
| --- a/content/common/gpu/gpu_channel.h
|
| +++ b/content/common/gpu/gpu_channel.h
|
| @@ -228,6 +228,7 @@ class CONTENT_EXPORT GpuChannel
|
| bool* succeeded);
|
| void OnDestroyCommandBuffer(int32 route_id);
|
| void OnCreateJpegDecoder(int32 route_id, IPC::Message* reply_msg);
|
| + void OnNop();
|
|
|
| // The lifetime of objects of this class is managed by a GpuChannelManager.
|
| // The GpuChannelManager destroy all the GpuChannels that they own when they
|
|
|