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

Unified Diff: media/base/mock_media_filters.h

Issue 53126: Demuxer stream now uses a callback instead of Assignable template. Cleaning ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/filters.h ('k') | media/filters/decoder_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mock_media_filters.h
===================================================================
--- media/base/mock_media_filters.h (revision 12628)
+++ media/base/mock_media_filters.h (working copy)
@@ -214,7 +214,7 @@
return media_format_;
}
- virtual void Read(Assignable<Buffer>* buffer) {
+ virtual void Read(Callback1<Buffer*>::Type* read_callback) {
NOTREACHED(); // TODO(ralphl): fix me!!
}
« no previous file with comments | « media/base/filters.h ('k') | media/filters/decoder_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698