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

Unified Diff: talk/media/base/videorenderer.h

Issue 1610083002: Deleted unused method SetDumpPath and unneeded includes. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/media/base/videorenderer.h
diff --git a/talk/media/base/videorenderer.h b/talk/media/base/videorenderer.h
index 0b159f3af7864ff2db12290f570f6ef99fdc1847..ac07cc9b61c8176a787b0397eff9e5393cef02cb 100644
--- a/talk/media/base/videorenderer.h
+++ b/talk/media/base/videorenderer.h
@@ -28,12 +28,6 @@
#ifndef TALK_MEDIA_BASE_VIDEORENDERER_H_
#define TALK_MEDIA_BASE_VIDEORENDERER_H_
-#if !defined(NDEBUG)
-#include <string>
-#endif
-
-#include "webrtc/base/sigslot.h"
-
namespace cricket {
class VideoFrame;
@@ -44,11 +38,6 @@ class VideoRenderer {
virtual ~VideoRenderer() {}
// Called when a new frame is available for display.
virtual bool RenderFrame(const VideoFrame *frame) = 0;
-
-#if !defined(NDEBUG)
- // Allow renderer dumping out rendered frames.
- virtual bool SetDumpPath(const std::string &path) { return true; }
-#endif
};
} // namespace cricket
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698