| Index: media/gpu/vp9_decoder.cc
|
| diff --git a/content/common/gpu/media/vp9_decoder.cc b/media/gpu/vp9_decoder.cc
|
| similarity index 98%
|
| rename from content/common/gpu/media/vp9_decoder.cc
|
| rename to media/gpu/vp9_decoder.cc
|
| index 1cb0dffe9c22042dcb3343fa707c836f343d4dba..afb745d89a65fc5111ea3eb8fd306983a7ca6bc6 100644
|
| --- a/content/common/gpu/media/vp9_decoder.cc
|
| +++ b/media/gpu/vp9_decoder.cc
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/logging.h"
|
| -#include "content/common/gpu/media/vp9_decoder.h"
|
| #include "media/base/limits.h"
|
| +#include "media/gpu/vp9_decoder.h"
|
|
|
| -namespace content {
|
| +namespace media {
|
|
|
| VP9Decoder::VP9Accelerator::VP9Accelerator() {}
|
|
|
| @@ -176,4 +176,4 @@ size_t VP9Decoder::GetRequiredNumOfPictures() const {
|
| return media::limits::kMaxVideoFrames + media::kVp9NumRefFrames + 2;
|
| }
|
|
|
| -} // namespace content
|
| +} // namespace media
|
|
|