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

Unified Diff: media/gpu/vp9_decoder.cc

Issue 1882373004: Migrate content/common/gpu/media code to media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix several more bot-identified build issues Created 4 years, 8 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/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

Powered by Google App Engine
This is Rietveld 408576698