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

Unified Diff: media/gpu/vp9_decoder.cc

Issue 1939683002: Test X11 header pollution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « media/gpu/vp9_decoder.h ('k') | media/gpu/vp9_picture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « media/gpu/vp9_decoder.h ('k') | media/gpu/vp9_picture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698