| Index: media/gpu/avda_state_provider.h
|
| diff --git a/content/common/gpu/media/avda_state_provider.h b/media/gpu/avda_state_provider.h
|
| similarity index 94%
|
| rename from content/common/gpu/media/avda_state_provider.h
|
| rename to media/gpu/avda_state_provider.h
|
| index e7dfac62deddbba916049457999dad72935d4881..742403d3de5f952e98d8201aab30871860fe9f71 100644
|
| --- a/content/common/gpu/media/avda_state_provider.h
|
| +++ b/media/gpu/avda_state_provider.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/threading/thread_checker.h"
|
| -#include "content/common/content_export.h"
|
| #include "gpu/command_buffer/service/texture_manager.h"
|
| +#include "media/gpu/media_gpu_export.h"
|
| #include "media/video/video_decode_accelerator.h"
|
|
|
| namespace gfx {
|
| @@ -25,7 +25,7 @@ namespace media {
|
| class VideoCodecBridge;
|
| }
|
|
|
| -namespace content {
|
| +namespace media {
|
|
|
| // Helper class that provides the BackingStrategy with enough state
|
| // to do useful work.
|
| @@ -47,6 +47,6 @@ class AVDAStateProvider {
|
| media::VideoDecodeAccelerator::Error error) = 0;
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace media
|
|
|
| #endif // CONTENT_COMMON_GPU_MEDIA_ANDROID_VIDEO_DECODE_ACCELERATOR_STATE_PROVIDER_H_
|
|
|