| Index: chrome/gpu/gpu_channel.h
|
| ===================================================================
|
| --- chrome/gpu/gpu_channel.h (revision 55418)
|
| +++ chrome/gpu/gpu_channel.h (working copy)
|
| @@ -12,7 +12,6 @@
|
| #include "base/scoped_open_process.h"
|
| #include "base/scoped_ptr.h"
|
| #include "build/build_config.h"
|
| -#include "chrome/common/gpu_video_common.h"
|
| #include "chrome/common/message_router.h"
|
| #include "chrome/gpu/gpu_command_buffer_stub.h"
|
| #include "gfx/native_widget_types.h"
|
| @@ -73,10 +72,6 @@
|
| int32* route_id);
|
| void OnDestroyCommandBuffer(int32 route_id);
|
|
|
| - void OnGetVideoService(GpuVideoServiceInfoParam* info);
|
| - void OnCreateVideoDecoder(GpuVideoDecoderInfoParam* info);
|
| - void OnDestroyVideoDecoder(int32 decoder_id);
|
| -
|
| scoped_ptr<IPC::SyncChannel> channel_;
|
|
|
| // Handle to the renderer process who is on the other side of the channel.
|
|
|