| Index: content/common/gpu/media/android_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/android_video_decode_accelerator.h b/content/common/gpu/media/android_video_decode_accelerator.h
|
| index b84683105a9f36d53929d8fa793cc44177411481..c82baec3c3e843f0393b4163659171a01277abd8 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "content/common/content_export.h"
|
| +#include "content/common/gpu/media/video_decode_accelerator_impl.h"
|
| #include "gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h"
|
| #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
|
| #include "media/base/android/media_codec_bridge.h"
|
| @@ -28,8 +29,8 @@ namespace content {
|
| // A VideoDecodeAccelerator implementation for Android.
|
| // This class decodes the input encoded stream by using Android's MediaCodec
|
| // class. http://developer.android.com/reference/android/media/MediaCodec.html
|
| -class CONTENT_EXPORT AndroidVideoDecodeAccelerator :
|
| - public media::VideoDecodeAccelerator {
|
| +class CONTENT_EXPORT AndroidVideoDecodeAccelerator
|
| + : public VideoDecodeAcceleratorImpl {
|
| public:
|
| // Does not take ownership of |client| which must outlive |*this|.
|
| AndroidVideoDecodeAccelerator(
|
|
|