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

Unified Diff: media/base/bitstream_buffer.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/bitstream_buffer.h ('k') | media/base/cdm_key_information.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/bitstream_buffer.cc
diff --git a/media/base/bitstream_buffer.cc b/media/base/bitstream_buffer.cc
index 49caf5b8215cf03622a04e9a673bce76081d8355..5732981830c80c9111cf5c60bc4a7bb9a668e772 100644
--- a/media/base/bitstream_buffer.cc
+++ b/media/base/bitstream_buffer.cc
@@ -23,6 +23,8 @@ BitstreamBuffer::BitstreamBuffer(int32_t id,
size_(size),
presentation_timestamp_(presentation_timestamp) {}
+BitstreamBuffer::BitstreamBuffer(const BitstreamBuffer& other) = default;
+
BitstreamBuffer::~BitstreamBuffer() {}
void BitstreamBuffer::SetDecryptConfig(const DecryptConfig& decrypt_config) {
« no previous file with comments | « media/base/bitstream_buffer.h ('k') | media/base/cdm_key_information.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698