| Index: content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/vaapi_video_decode_accelerator.h b/content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| index 37b9c7fb013016da5737a724711db1f31e930729..2834a717111b794ec7d2eebbb5ef41085fae42b8 100644
|
| --- a/content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| @@ -25,8 +25,8 @@
|
| #include "content/common/content_export.h"
|
| #include "content/common/gpu/media/vaapi_h264_decoder.h"
|
| #include "content/common/gpu/media/vaapi_wrapper.h"
|
| -#include "content/common/gpu/media/video_decode_accelerator_impl.h"
|
| #include "media/base/bitstream_buffer.h"
|
| +#include "media/types/video_decode_accelerator_impl.h"
|
| #include "media/video/picture.h"
|
| #include "media/video/video_decode_accelerator.h"
|
| #include "ui/gl/gl_bindings.h"
|
| @@ -42,7 +42,7 @@ namespace content {
|
| // stopped during |this->Destroy()|, so any tasks posted to the decoder thread
|
| // can assume |*this| is still alive. See |weak_this_| below for more details.
|
| class CONTENT_EXPORT VaapiVideoDecodeAccelerator
|
| - : public VideoDecodeAcceleratorImpl {
|
| + : public media::VideoDecodeAcceleratorImpl {
|
| public:
|
| VaapiVideoDecodeAccelerator(
|
| Display* x_display,
|
|
|