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

Unified Diff: content/renderer/media/mock_media_stream_dependency_factory.h

Issue 10824143: Rolling libjingle r164. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « DEPS ('k') | content/renderer/media/mock_media_stream_dependency_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/mock_media_stream_dependency_factory.h
===================================================================
--- content/renderer/media/mock_media_stream_dependency_factory.h (revision 149659)
+++ content/renderer/media/mock_media_stream_dependency_factory.h (working copy)
@@ -17,12 +17,9 @@
public:
explicit MockLocalVideoTrack(std::string label)
: enabled_(false),
- label_(label),
- renderer_(NULL) {
+ label_(label) {
}
virtual cricket::VideoCapturer* GetVideoCapture() OVERRIDE;
- virtual void SetRenderer(VideoRendererWrapperInterface* renderer) OVERRIDE;
- virtual VideoRendererWrapperInterface* GetRenderer() OVERRIDE;
virtual void AddRenderer(VideoRendererInterface* renderer) OVERRIDE;
virtual void RemoveRenderer(VideoRendererInterface* renderer) OVERRIDE;
virtual cricket::VideoRenderer* FrameInput() OVERRIDE;
@@ -41,7 +38,6 @@
private:
bool enabled_;
std::string label_;
- VideoRendererWrapperInterface* renderer_;
};
class MockLocalAudioTrack : public LocalAudioTrackInterface {
« no previous file with comments | « DEPS ('k') | content/renderer/media/mock_media_stream_dependency_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698