| Index: media/types/video_decode_accelerator_impl.cc
|
| diff --git a/content/common/gpu/media/video_decode_accelerator_impl.cc b/media/types/video_decode_accelerator_impl.cc
|
| similarity index 76%
|
| rename from content/common/gpu/media/video_decode_accelerator_impl.cc
|
| rename to media/types/video_decode_accelerator_impl.cc
|
| index 34f40ef93084b454b7b7958bd8dd781b00064fa6..e0c579c2f1a680d2886ba362e094c8f87ec999b7 100644
|
| --- a/content/common/gpu/media/video_decode_accelerator_impl.cc
|
| +++ b/media/types/video_decode_accelerator_impl.cc
|
| @@ -2,9 +2,9 @@
|
| // 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/video_decode_accelerator_impl.h"
|
| +#include "media/types/video_decode_accelerator_impl.h"
|
|
|
| -namespace content {
|
| +namespace media {
|
|
|
| VideoDecodeAcceleratorImpl::VideoDecodeAcceleratorImpl() {}
|
|
|
| @@ -12,4 +12,4 @@ VideoDecodeAcceleratorImpl::~VideoDecodeAcceleratorImpl() {}
|
|
|
| bool VideoDecodeAcceleratorImpl::CanDecodeOnIOThread() { return false; }
|
|
|
| -} // namespace content
|
| +} // namespace media
|
|
|