| Index: media/gpu/avda_shared_state.cc
|
| diff --git a/content/common/gpu/media/avda_shared_state.cc b/media/gpu/avda_shared_state.cc
|
| similarity index 92%
|
| rename from content/common/gpu/media/avda_shared_state.cc
|
| rename to media/gpu/avda_shared_state.cc
|
| index f55a3b0278e698e6a2bfba0921b1a159affd2582..f1ee105317920409762617b8f820e3e2097c4cbb 100644
|
| --- a/content/common/gpu/media/avda_shared_state.cc
|
| +++ b/media/gpu/avda_shared_state.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/common/gpu/media/avda_shared_state.h"
|
| +#include "media/gpu/avda_shared_state.h"
|
|
|
| #include "base/time/time.h"
|
| -#include "content/common/gpu/media/avda_codec_image.h"
|
| +#include "media/gpu/avda_codec_image.h"
|
| #include "ui/gl/gl_bindings.h"
|
| #include "ui/gl/scoped_make_current.h"
|
|
|
| -namespace content {
|
| +namespace media {
|
|
|
| AVDASharedState::AVDASharedState()
|
| : surface_texture_service_id_(0),
|
| @@ -67,4 +67,4 @@ AVDACodecImage* AVDASharedState::GetImageForPicture(
|
| return it == codec_images_.end() ? nullptr : it->second;
|
| }
|
|
|
| -} // namespace content
|
| +} // namespace media
|
|
|