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

Unified Diff: media/gpu/avda_shared_state.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_shared_state.h ('k') | media/gpu/avda_state_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/avda_shared_state.cc
diff --git a/content/common/gpu/media/avda_shared_state.cc b/media/gpu/avda_shared_state.cc
similarity index 92%
rename from content/common/gpu/media/avda_shared_state.cc
rename to media/gpu/avda_shared_state.cc
index f55a3b0278e698e6a2bfba0921b1a159affd2582..f1ee105317920409762617b8f820e3e2097c4cbb 100644
--- a/content/common/gpu/media/avda_shared_state.cc
+++ b/media/gpu/avda_shared_state.cc
@@ -2,14 +2,14 @@
// 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_shared_state.h"
+#include "media/gpu/avda_shared_state.h"
#include "base/time/time.h"
-#include "content/common/gpu/media/avda_codec_image.h"
+#include "media/gpu/avda_codec_image.h"
#include "ui/gl/gl_bindings.h"
#include "ui/gl/scoped_make_current.h"
-namespace content {
+namespace media {
AVDASharedState::AVDASharedState()
: surface_texture_service_id_(0),
@@ -67,4 +67,4 @@ AVDACodecImage* AVDASharedState::GetImageForPicture(
return it == codec_images_.end() ? nullptr : it->second;
}
-} // namespace content
+} // namespace media
« no previous file with comments | « media/gpu/avda_shared_state.h ('k') | media/gpu/avda_state_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698