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

Unified Diff: media/base/bitstream_buffer.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/audio_video_metadata_extractor.cc ('k') | media/base/bitstream_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/bitstream_buffer.h
diff --git a/media/base/bitstream_buffer.h b/media/base/bitstream_buffer.h
index fe3c8da358ab021da1255517688e3693a96b4b1e..9ceeaf8967bde1c62acadec476e7e967e004a722 100644
--- a/media/base/bitstream_buffer.h
+++ b/media/base/bitstream_buffer.h
@@ -28,6 +28,8 @@ class MEDIA_EXPORT BitstreamBuffer {
size_t size,
base::TimeDelta presentation_timestamp);
+ BitstreamBuffer(const BitstreamBuffer& other);
+
~BitstreamBuffer();
void SetDecryptConfig(const DecryptConfig& decrypt_config);
« no previous file with comments | « media/base/audio_video_metadata_extractor.cc ('k') | media/base/bitstream_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698