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

Unified Diff: media/gpu/avda_shared_state.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/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 7746254fee94c3ecdc1f3bc7d787998d097850f3..c5ee689e3302610e745e0d8c50a8373dada43e4d 100644
--- a/content/common/gpu/media/avda_shared_state.cc
+++ b/media/gpu/avda_shared_state.cc
@@ -2,13 +2,13 @@
// 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 "ui/gl/gl_bindings.h"
#include "ui/gl/scoped_make_current.h"
-namespace content {
+namespace media {
AVDASharedState::AVDASharedState()
: surface_texture_service_id_(0),
@@ -43,4 +43,4 @@ void AVDASharedState::DidDetachSurfaceTexture() {
surface_texture_is_attached_ = false;
}
-} // namespace content
+} // namespace media

Powered by Google App Engine
This is Rietveld 408576698