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

Unified Diff: media/base/ipc/media_param_traits.h

Issue 2415703002: Move files video_capture*.* from media/base to media/capture (Closed)
Patch Set: rebase Created 4 years, 2 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
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/ipc/media_param_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/ipc/media_param_traits.h
diff --git a/media/base/ipc/media_param_traits.h b/media/base/ipc/media_param_traits.h
index 3c2f79a974da6ea84fae26593e3908e65d4ab234..37f893846eb55d919462d502e612a5a9eee60713 100644
--- a/media/base/ipc/media_param_traits.h
+++ b/media/base/ipc/media_param_traits.h
@@ -11,7 +11,6 @@
namespace media {
class AudioParameters;
-struct VideoCaptureFormat;
}
namespace IPC {
@@ -27,17 +26,6 @@ struct ParamTraits<media::AudioParameters> {
static void Log(const param_type& p, std::string* l);
};
-template <>
-struct ParamTraits<media::VideoCaptureFormat> {
- typedef media::VideoCaptureFormat param_type;
- static void GetSize(base::PickleSizer* s, const param_type& p);
- static void Write(base::Pickle* m, const param_type& p);
- static bool Read(const base::Pickle* m,
- base::PickleIterator* iter,
- param_type* r);
- static void Log(const param_type& p, std::string* l);
-};
-
} // namespace IPC
#endif // MEDIA_BASE_IPC_MEDIA_PARAM_TRAITS_H_
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/ipc/media_param_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698