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

Unified Diff: media/base/mock_filters.h

Issue 2815303006: Convert MediaLog from being ref counted to owned by WebMediaPlayer. (Closed)
Patch Set: Rebase. Created 3 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 | « media/base/media_log.cc ('k') | media/base/mock_media_log.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mock_filters.h
diff --git a/media/base/mock_filters.h b/media/base/mock_filters.h
index 841ca0b9f3d65a9d80fd4f68ad0f2a6d086835dd..96f07a5b5466b2a282e050fe7c915de7fc9cc37e 100644
--- a/media/base/mock_filters.h
+++ b/media/base/mock_filters.h
@@ -578,7 +578,7 @@ class MockStreamParser : public StreamParser {
const EncryptedMediaInitDataCB& encrypted_media_init_data_cb,
const NewMediaSegmentCB& new_segment_cb,
const EndMediaSegmentCB& end_of_segment_cb,
- const scoped_refptr<MediaLog>& media_log));
+ MediaLog* media_log));
MOCK_METHOD0(Flush, void());
MOCK_METHOD2(Parse, bool(const uint8_t*, int));
« no previous file with comments | « media/base/media_log.cc ('k') | media/base/mock_media_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698