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

Unified Diff: media/formats/webm/tracks_builder.h

Issue 1731403002: media: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/filters/video_renderer_algorithm.cc ('k') | media/formats/webm/tracks_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/webm/tracks_builder.h
diff --git a/media/formats/webm/tracks_builder.h b/media/formats/webm/tracks_builder.h
index dc0283e310d41194095e3ef6dbc49aa0d5814117..41d0938f5ef8925d6b87b80b73f3aba69f8e80c2 100644
--- a/media/formats/webm/tracks_builder.h
+++ b/media/formats/webm/tracks_builder.h
@@ -83,6 +83,7 @@ class TracksBuilder {
int audio_channels,
double audio_sampling_frequency,
bool allow_invalid_values);
+ Track(const Track& other);
int GetSize() const;
void Write(uint8_t** buf, int* buf_size) const;
« no previous file with comments | « media/filters/video_renderer_algorithm.cc ('k') | media/formats/webm/tracks_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698