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

Unified Diff: media/base/data_buffer.h

Issue 10269022: Add StreamParserBuffer to ChunkDemuxer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase ToT Created 8 years, 8 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 | « no previous file | media/base/data_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/data_buffer.h
diff --git a/media/base/data_buffer.h b/media/base/data_buffer.h
index 15ef32ddf35d7e5572d9a838c015d85073aad905..8ba6956b0d994fbab055e0a4b1bde372c26c690f 100644
--- a/media/base/data_buffer.h
+++ b/media/base/data_buffer.h
@@ -45,6 +45,8 @@ class MEDIA_EXPORT DataBuffer : public Buffer {
virtual void SetDecryptConfig(scoped_ptr<DecryptConfig> decrypt_config);
protected:
+ // Copies from [data,data+size) to owned array.
+ DataBuffer(const uint8* data, int size);
virtual ~DataBuffer();
private:
« no previous file with comments | « no previous file | media/base/data_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698