| Index: media/gpu/avda_shared_state.h
|
| diff --git a/content/common/gpu/media/avda_shared_state.h b/media/gpu/avda_shared_state.h
|
| similarity index 98%
|
| rename from content/common/gpu/media/avda_shared_state.h
|
| rename to media/gpu/avda_shared_state.h
|
| index 79534f2cf30eae4e4549a63f2f48ba6462eaa364..c1e01a1f77895aa0ab130432d2971abb50b986c9 100644
|
| --- a/content/common/gpu/media/avda_shared_state.h
|
| +++ b/media/gpu/avda_shared_state.h
|
| @@ -18,11 +18,9 @@ class SurfaceTexture;
|
| }
|
|
|
| namespace media {
|
| -class MediaCodecBridge;
|
| -}
|
|
|
| -namespace content {
|
| class AVDACodecImage;
|
| +class MediaCodecBridge;
|
|
|
| // Shared state to allow communication between the AVDA and the
|
| // GLImages that configure GL for drawing the frames.
|
| @@ -107,6 +105,6 @@ class AVDASharedState : public base::RefCounted<AVDASharedState> {
|
| DISALLOW_COPY_AND_ASSIGN(AVDASharedState);
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace media
|
|
|
| #endif // CONTENT_COMMON_GPU_AVDA_SHARED_STATE_H_
|
|
|