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

Unified Diff: chromecast/media/cma/test/demuxer_stream_for_test.h

Issue 1171263004: Allow setting memory limits on media::DemuxerStream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged CL that adds get/set buffer size on WMP Created 5 years, 6 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 | chromecast/media/cma/test/demuxer_stream_for_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/test/demuxer_stream_for_test.h
diff --git a/chromecast/media/cma/test/demuxer_stream_for_test.h b/chromecast/media/cma/test/demuxer_stream_for_test.h
index afa7aae05bf116f3276a04be6caa2e5b3728a57d..8e06218407d261d2e6cff75dd8dd571e70135738 100644
--- a/chromecast/media/cma/test/demuxer_stream_for_test.h
+++ b/chromecast/media/cma/test/demuxer_stream_for_test.h
@@ -46,6 +46,8 @@ class DemuxerStreamForTest : public ::media::DemuxerStream {
Type type() const override;
bool SupportsConfigChanges() override;
::media::VideoRotation video_rotation() override;
+ size_t GetMemoryLimit() const override;
+ void SetMemoryLimit(size_t memory_limit) override;
bool has_pending_read() const { return has_pending_read_; }
« no previous file with comments | « no previous file | chromecast/media/cma/test/demuxer_stream_for_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698