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

Unified Diff: media/base/android/test_data_factory.h

Issue 1184373005: MediaCodecPlayer (stage 1 - play/pause only) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mtplayer-decoder
Patch Set: Restored state machine diagrams 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
Index: media/base/android/test_data_factory.h
diff --git a/media/base/android/test_data_factory.h b/media/base/android/test_data_factory.h
index 96246b4559072000103bfa460921742a2173a83d..ee905764d05a554422487ab95cd6b4b5d0f23979 100644
--- a/media/base/android/test_data_factory.h
+++ b/media/base/android/test_data_factory.h
@@ -38,7 +38,7 @@ class TestDataFactory {
virtual ~TestDataFactory();
// Returns demuxer configuration for this factory.
- virtual DemuxerConfigs GetConfigs() = 0;
+ virtual DemuxerConfigs GetConfigs() const = 0;
// Populates next chunk and the corresponding delay.
// Default implementation repeatedly uses |packet_| array in order 0-1-2-3

Powered by Google App Engine
This is Rietveld 408576698