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

Unified Diff: media/base/text_track_config.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/base/serial_runner.cc ('k') | media/base/text_track_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/text_track_config.h
diff --git a/media/base/text_track_config.h b/media/base/text_track_config.h
index 58efba4b035f983d9d2eb82a78858c0a8b68633a..33128df99a0ec0d504331604df4f24ac8e586cd4 100644
--- a/media/base/text_track_config.h
+++ b/media/base/text_track_config.h
@@ -23,6 +23,7 @@ enum TextKind {
class MEDIA_EXPORT TextTrackConfig {
public:
TextTrackConfig();
+ TextTrackConfig(const TextTrackConfig& other);
TextTrackConfig(TextKind kind,
const std::string& label,
const std::string& language,
« no previous file with comments | « media/base/serial_runner.cc ('k') | media/base/text_track_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698