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

Unified Diff: media/types/video_decode_accelerator_impl.h

Issue 269673005: media: Add MediaOzonePlatform support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix up dependency cycle Created 6 years, 7 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/types/video_decode_accelerator_impl.h
diff --git a/content/common/gpu/media/video_decode_accelerator_impl.h b/media/types/video_decode_accelerator_impl.h
similarity index 67%
rename from content/common/gpu/media/video_decode_accelerator_impl.h
rename to media/types/video_decode_accelerator_impl.h
index 30abfa658e1ba42d7eb1cdf5d8c1a367b06207f8..81df0f6d039956be2281f9b5065681c57c044523 100644
--- a/content/common/gpu/media/video_decode_accelerator_impl.h
+++ b/media/types/video_decode_accelerator_impl.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_GPU_MEDIA_VIDEO_DECODE_ACCELERATOR_IMPL_H_
-#define CONTENT_COMMON_GPU_MEDIA_VIDEO_DECODE_ACCELERATOR_IMPL_H_
+#ifndef MEDIA_TYPES_VIDEO_DECODE_ACCELERATOR_IMPL_H_
+#define MEDIA_TYPES_VIDEO_DECODE_ACCELERATOR_IMPL_H_
-#include "content/common/content_export.h"
+#include "media/types/media_types_export.h"
#include "media/video/video_decode_accelerator.h"
-namespace content {
+namespace media {
-class CONTENT_EXPORT VideoDecodeAcceleratorImpl
- : public media::VideoDecodeAccelerator {
+class MEDIA_TYPES_EXPORT VideoDecodeAcceleratorImpl
+ : public VideoDecodeAccelerator {
public:
VideoDecodeAcceleratorImpl();
virtual ~VideoDecodeAcceleratorImpl();
@@ -25,6 +25,6 @@ class CONTENT_EXPORT VideoDecodeAcceleratorImpl
virtual bool CanDecodeOnIOThread();
Ami GONE FROM CHROMIUM 2014/05/07 22:51:27 This method is the only reason for the existence o
};
-} // namespace content
+} // namespace media
-#endif // CONTENT_COMMON_GPU_MEDIA_VIDEO_DECODE_ACCELERATOR_IMPL_H_
+#endif // MEDIA_TYPES_VIDEO_DECODE_ACCELERATOR_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698