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

Unified Diff: media/filters/pipeline_integration_test_base.h

Issue 12096081: Replace VideoRendererBase Get/PutCurrentFrame() with a VideoFrame-containing callback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/filters/pipeline_integration_test_base.h
diff --git a/media/filters/pipeline_integration_test_base.h b/media/filters/pipeline_integration_test_base.h
index dedbb70c57a9c5aedd0a0667da4b1811667627b3..e571d50e6402d67d95cbacd0fbd7529eb2fb0809 100644
--- a/media/filters/pipeline_integration_test_base.h
+++ b/media/filters/pipeline_integration_test_base.h
@@ -88,7 +88,7 @@ class PipelineIntegrationTestBase {
const scoped_refptr<Demuxer>& demuxer, Decryptor* decryptor);
void SetDecryptor(Decryptor* decryptor,
const DecryptorReadyCB& decryptor_ready_cb);
- void OnVideoRendererPaint();
+ void OnVideoRendererPaint(const scoped_refptr<VideoFrame>& frame);
MOCK_METHOD1(OnSetOpaque, void(bool));
MOCK_METHOD1(OnBufferingState, void(Pipeline::BufferingState));
« no previous file with comments | « no previous file | media/filters/pipeline_integration_test_base.cc » ('j') | media/filters/video_renderer_base.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698