| Index: content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/v4l2_video_decode_accelerator.h b/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| index b372c3a66c142d9c838f776f9be2d24f0b7aead2..96141a1730f801055b14fe99cd79c6b5cf27f8bd 100644
|
| --- a/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| @@ -19,7 +19,6 @@
|
| #include "base/threading/thread.h"
|
| #include "content/common/content_export.h"
|
| #include "content/common/gpu/media/v4l2_video_device.h"
|
| -#include "content/common/gpu/media/video_decode_accelerator_impl.h"
|
| #include "media/base/limits.h"
|
| #include "media/base/video_decoder_config.h"
|
| #include "media/video/picture.h"
|
| @@ -73,7 +72,7 @@ namespace content {
|
| // subtle races (esp. if we get Reset() in the meantime), we block the decoder
|
| // thread while we wait for AssignPictureBuffers from the client.
|
| class CONTENT_EXPORT V4L2VideoDecodeAccelerator
|
| - : public VideoDecodeAcceleratorImpl {
|
| + : public media::VideoDecodeAccelerator {
|
| public:
|
| V4L2VideoDecodeAccelerator(
|
| EGLDisplay egl_display,
|
| @@ -95,8 +94,6 @@ class CONTENT_EXPORT V4L2VideoDecodeAccelerator
|
| virtual void Flush() OVERRIDE;
|
| virtual void Reset() OVERRIDE;
|
| virtual void Destroy() OVERRIDE;
|
| -
|
| - // VideoDecodeAcceleratorImpl implementation.
|
| virtual bool CanDecodeOnIOThread() OVERRIDE;
|
|
|
| private:
|
|
|