| Index: content/common/gpu/media/gpu_video_decode_accelerator.h
|
| ===================================================================
|
| --- content/common/gpu/media/gpu_video_decode_accelerator.h (revision 163290)
|
| +++ content/common/gpu/media/gpu_video_decode_accelerator.h (working copy)
|
| @@ -15,6 +15,8 @@
|
| #include "ipc/ipc_sender.h"
|
| #include "media/video/video_decode_accelerator.h"
|
|
|
| +namespace content {
|
| +
|
| class GpuVideoDecodeAccelerator
|
| : public IPC::Listener,
|
| public IPC::Sender,
|
| @@ -94,4 +96,6 @@
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(GpuVideoDecodeAccelerator);
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_COMMON_GPU_MEDIA_GPU_VIDEO_DECODE_ACCELERATOR_H_
|
|
|