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

Unified Diff: media/base/audio_shifter.cc

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/audio_shifter.h ('k') | media/base/audio_video_metadata_extractor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/audio_shifter.cc
diff --git a/media/base/audio_shifter.cc b/media/base/audio_shifter.cc
index c88af3ac2304f0247e403ae91348deba03fb60bf..6a268d3f6339d5bd6fee07966494f3dd1b66f301 100644
--- a/media/base/audio_shifter.cc
+++ b/media/base/audio_shifter.cc
@@ -82,6 +82,9 @@ AudioShifter::AudioQueueEntry::AudioQueueEntry(
audio(audio_.release()) {
}
+AudioShifter::AudioQueueEntry::AudioQueueEntry(const AudioQueueEntry& other) =
+ default;
+
AudioShifter::AudioQueueEntry::~AudioQueueEntry() {}
AudioShifter::AudioShifter(base::TimeDelta max_buffer_size,
« no previous file with comments | « media/base/audio_shifter.h ('k') | media/base/audio_video_metadata_extractor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698