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

Unified Diff: media/base/mock_filters.h

Issue 363813002: Update to Pipeline Metadata and Decoder Stream for Orientation Data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed Merge Created 6 years, 5 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/mock_filters.h
diff --git a/media/base/mock_filters.h b/media/base/mock_filters.h
index be5062b0144c99635c2db1483f330d3ccadf0e7d..c74190e8dc02d9d629640b3b488bc6b28d715a8a 100644
--- a/media/base/mock_filters.h
+++ b/media/base/mock_filters.h
@@ -61,6 +61,8 @@ class MockDemuxerStream : public DemuxerStream {
void set_audio_decoder_config(const AudioDecoderConfig& config);
void set_video_decoder_config(const VideoDecoderConfig& config);
+ virtual VideoRotation video_rotation() OVERRIDE;
+
private:
DemuxerStream::Type type_;
AudioDecoderConfig audio_decoder_config_;

Powered by Google App Engine
This is Rietveld 408576698