Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1217)

Unified Diff: media/types/video_decode_accelerator_impl.cc

Issue 269673005: media: Add MediaOzonePlatform support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix up dependency cycle Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698