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

Unified Diff: content/common/media/media_param_traits.h

Issue 68503005: Reorganize media::VideoCapture* types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: a7375761 Rebase. Created 7 years, 1 month 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/common/media/media_param_traits.h
diff --git a/content/common/media/media_param_traits.h b/content/common/media/media_param_traits.h
index 94e2cd0970a8aa7c737af069b7288fceedd730c0..b3093d5b6342d0651705af3eff14c932654a1f71 100644
--- a/content/common/media/media_param_traits.h
+++ b/content/common/media/media_param_traits.h
@@ -11,7 +11,6 @@
namespace media {
class AudioParameters;
-class VideoCaptureFormat;
}
namespace IPC {
@@ -24,14 +23,6 @@ struct CONTENT_EXPORT ParamTraits<media::AudioParameters> {
static void Log(const param_type& p, std::string* l);
};
-template <>
-struct CONTENT_EXPORT ParamTraits<media::VideoCaptureFormat> {
- typedef media::VideoCaptureFormat param_type;
- static void Write(Message* m, const param_type& p);
- static bool Read(const Message* m, PickleIterator* iter, param_type* r);
- static void Log(const param_type& p, std::string* l);
-};
-
} // namespace IPC
#endif // CONTENT_COMMON_MEDIA_MEDIA_PARAM_TRAITS_H_

Powered by Google App Engine
This is Rietveld 408576698