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

Unified Diff: webrtc/modules/video_render/video_render_impl.h

Issue 1885323002: Delete unused methods SetStartImage and SetTimeoutImage. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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 | « webrtc/modules/video_render/video_render.h ('k') | webrtc/modules/video_render/video_render_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_render/video_render_impl.h
diff --git a/webrtc/modules/video_render/video_render_impl.h b/webrtc/modules/video_render/video_render_impl.h
index 12244a60b8255718475320bcf61df9c5b208ae98..8dfa57d25b489e2c54669fa425e239063e0f088d 100644
--- a/webrtc/modules/video_render/video_render_impl.h
+++ b/webrtc/modules/video_render/video_render_impl.h
@@ -192,13 +192,6 @@ public:
const float left, const float top,
const float right, const float bottom);
- virtual int32_t SetStartImage(const uint32_t streamId,
- const VideoFrame& videoFrame);
-
- virtual int32_t SetTimeoutImage(const uint32_t streamId,
- const VideoFrame& videoFrame,
- const uint32_t timeout);
-
private:
int32_t _id;
CriticalSectionWrapper& _moduleCrit;
« no previous file with comments | « webrtc/modules/video_render/video_render.h ('k') | webrtc/modules/video_render/video_render_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698