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

Unified Diff: media/gpu/avda_codec_image.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/avda_codec_image.h ('k') | media/gpu/avda_return_on_failure.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/avda_codec_image.cc
diff --git a/content/common/gpu/media/avda_codec_image.cc b/media/gpu/avda_codec_image.cc
similarity index 98%
rename from content/common/gpu/media/avda_codec_image.cc
rename to media/gpu/avda_codec_image.cc
index d4a30fe34b744ef19e7fa0ebfb532b3a75a6e5ad..8fdb6f54a29e1de94ff9b16ff0f2d35f858e8814 100644
--- a/content/common/gpu/media/avda_codec_image.cc
+++ b/media/gpu/avda_codec_image.cc
@@ -2,23 +2,23 @@
// 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/avda_codec_image.h"
+#include "media/gpu/avda_codec_image.h"
#include <string.h>
#include <memory>
#include "base/metrics/histogram_macros.h"
-#include "content/common/gpu/media/avda_shared_state.h"
#include "gpu/command_buffer/service/context_group.h"
#include "gpu/command_buffer/service/context_state.h"
#include "gpu/command_buffer/service/gles2_cmd_decoder.h"
#include "gpu/command_buffer/service/texture_manager.h"
+#include "media/gpu/avda_shared_state.h"
#include "ui/gl/android/surface_texture.h"
#include "ui/gl/gl_context.h"
#include "ui/gl/scoped_make_current.h"
-namespace content {
+namespace media {
AVDACodecImage::AVDACodecImage(
int picture_buffer_id,
@@ -284,4 +284,4 @@ bool AVDACodecImage::IsCodecBufferOutstanding() const {
return codec_buffer_index_ != kInvalidCodecBufferIndex && media_codec_;
}
-} // namespace content
+} // namespace media
« no previous file with comments | « media/gpu/avda_codec_image.h ('k') | media/gpu/avda_return_on_failure.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698