Chromium Code Reviews| Index: media/test/pipeline_integration_test_base.h |
| diff --git a/media/test/pipeline_integration_test_base.h b/media/test/pipeline_integration_test_base.h |
| index 905cb754086725c2a9d3e78c3e2c1cca3c10002e..02eada5418261f31ba50322c2e0fa201ae532e76 100644 |
| --- a/media/test/pipeline_integration_test_base.h |
| +++ b/media/test/pipeline_integration_test_base.h |
| @@ -130,7 +130,7 @@ class PipelineIntegrationTestBase { |
| void CreateDemuxer(const std::string& filename); |
| // Creates and returns a Renderer. |
| - scoped_ptr<Renderer> CreateRenderer(); |
| + virtual scoped_ptr<Renderer> CreateRenderer(); |
|
xhwang
2014/12/17 05:25:03
FYI, It'll be nice to replace this with RendererFa
|
| void OnVideoFramePaint(const scoped_refptr<VideoFrame>& frame); |