| Index: content/common/gpu/media/gpu_video_decode_accelerator.h
|
| ===================================================================
|
| --- content/common/gpu/media/gpu_video_decode_accelerator.h (revision 137567)
|
| +++ content/common/gpu/media/gpu_video_decode_accelerator.h (working copy)
|
| @@ -7,7 +7,8 @@
|
|
|
| #include <vector>
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
| +#include "base/compiler_specific.h"
|
| +#include "base/memory/ref_counted.h"
|
| #include "base/shared_memory.h"
|
| #include "ipc/ipc_channel.h"
|
| #include "ipc/ipc_message.h"
|
| @@ -50,7 +51,6 @@
|
| IPC::Message* init_done_msg);
|
|
|
| private:
|
| -
|
| // Handlers for IPC messages.
|
| void OnDecode(base::SharedMemoryHandle handle, int32 id, int32 size);
|
| void OnAssignPictureBuffers(
|
|
|