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

Unified Diff: media/gpu/avda_state_provider.h

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_state_provider.h
diff --git a/content/common/gpu/media/avda_state_provider.h b/media/gpu/avda_state_provider.h
similarity index 94%
rename from content/common/gpu/media/avda_state_provider.h
rename to media/gpu/avda_state_provider.h
index e7dfac62deddbba916049457999dad72935d4881..742403d3de5f952e98d8201aab30871860fe9f71 100644
--- a/content/common/gpu/media/avda_state_provider.h
+++ b/media/gpu/avda_state_provider.h
@@ -7,8 +7,8 @@
#include "base/compiler_specific.h"
#include "base/threading/thread_checker.h"
-#include "content/common/content_export.h"
#include "gpu/command_buffer/service/texture_manager.h"
+#include "media/gpu/media_gpu_export.h"
#include "media/video/video_decode_accelerator.h"
namespace gfx {
@@ -25,7 +25,7 @@ namespace media {
class VideoCodecBridge;
}
-namespace content {
+namespace media {
// Helper class that provides the BackingStrategy with enough state
// to do useful work.
@@ -47,6 +47,6 @@ class AVDAStateProvider {
media::VideoDecodeAccelerator::Error error) = 0;
};
-} // namespace content
+} // namespace media
#endif // CONTENT_COMMON_GPU_MEDIA_ANDROID_VIDEO_DECODE_ACCELERATOR_STATE_PROVIDER_H_

Powered by Google App Engine
This is Rietveld 408576698