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

Unified Diff: content/renderer/media/webmediaplayer_params.h

Issue 18123002: Migrate webkit/renderer/media/ to content/renderer/media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: content/renderer/media/webmediaplayer_params.h
diff --git a/webkit/renderer/media/webmediaplayer_params.h b/content/renderer/media/webmediaplayer_params.h
similarity index 85%
rename from webkit/renderer/media/webmediaplayer_params.h
rename to content/renderer/media/webmediaplayer_params.h
index 62a5ce187c7e1b4d444ab8f09bca01541ffa2e1d..e3e3cb3aec8bea7c390997629f6b2dbb1080553b 100644
--- a/webkit/renderer/media/webmediaplayer_params.h
+++ b/content/renderer/media/webmediaplayer_params.h
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_
-#define WEBKIT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_
+#ifndef CONTENT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_
+#define CONTENT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_
#include "base/memory/ref_counted.h"
+#include "content/common/content_export.h"
#include "media/filters/gpu_video_decoder.h"
namespace base {
@@ -17,11 +18,11 @@ class AudioRendererSink;
class MediaLog;
}
-namespace webkit_media {
+namespace content {
// Holds parameters for constructing WebMediaPlayerImpl without having
// to plumb arguments through various abstraction layers.
-class WebMediaPlayerParams {
+class CONTENT_EXPORT WebMediaPlayerParams {
public:
// |message_loop_proxy| and |media_log| are the only required parameters;
// all others may be null.
@@ -60,4 +61,4 @@ class WebMediaPlayerParams {
} // namespace media
-#endif // WEBKIT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_
+#endif // CONTENT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_

Powered by Google App Engine
This is Rietveld 408576698