| Index: media/gpu/vp9_decoder.cc
|
| diff --git a/content/common/gpu/media/vp9_decoder.cc b/media/gpu/vp9_decoder.cc
|
| similarity index 97%
|
| rename from content/common/gpu/media/vp9_decoder.cc
|
| rename to media/gpu/vp9_decoder.cc
|
| index cba92fd43964a4590f6f11995666a7f86d988cf5..58b42ca63b25c80e1756e54ed4682428ee09de4f 100644
|
| --- a/content/common/gpu/media/vp9_decoder.cc
|
| +++ b/media/gpu/vp9_decoder.cc
|
| @@ -2,14 +2,15 @@
|
| // 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/vp9_decoder.h"
|
| +#include "media/gpu/vp9_decoder.h"
|
|
|
| #include <memory>
|
|
|
| #include "base/logging.h"
|
| #include "media/base/limits.h"
|
| +#include "media/gpu/vp9_decoder.h"
|
|
|
| -namespace content {
|
| +namespace media {
|
|
|
| VP9Decoder::VP9Accelerator::VP9Accelerator() {}
|
|
|
| @@ -179,4 +180,4 @@ size_t VP9Decoder::GetRequiredNumOfPictures() const {
|
| return media::limits::kMaxVideoFrames + media::kVp9NumRefFrames + 2;
|
| }
|
|
|
| -} // namespace content
|
| +} // namespace media
|
|
|