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

Unified Diff: media/base/cdm_key_information.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/cdm_key_information.h ('k') | media/base/key_system_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/cdm_key_information.cc
diff --git a/media/base/cdm_key_information.cc b/media/base/cdm_key_information.cc
index 70d4464b850fecf594086df6c476dcf8b14d19cb..efaed61f9716e01cbbe266549a3b35effe251d79 100644
--- a/media/base/cdm_key_information.cc
+++ b/media/base/cdm_key_information.cc
@@ -32,6 +32,8 @@ CdmKeyInformation::CdmKeyInformation(const uint8_t* key_id_data,
status(status),
system_code(system_code) {}
+CdmKeyInformation::CdmKeyInformation(const CdmKeyInformation& other) = default;
+
CdmKeyInformation::~CdmKeyInformation() {
}
« no previous file with comments | « media/base/cdm_key_information.h ('k') | media/base/key_system_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698