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

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

Issue 1695583002: Remove RTCVideoDecoder Reset method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove ResetReturnOk test, still covered by ReleaseReturnsOk Created 4 years, 10 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 | content/renderer/media/rtc_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/rtc_video_decoder.h
diff --git a/content/renderer/media/rtc_video_decoder.h b/content/renderer/media/rtc_video_decoder.h
index 9728866432bf3f1afd5655721e43ec885cc4e27c..e562ba8dca45aea5831babac91eb940b92d6ae28 100644
--- a/content/renderer/media/rtc_video_decoder.h
+++ b/content/renderer/media/rtc_video_decoder.h
@@ -79,9 +79,6 @@ class CONTENT_EXPORT RTCVideoDecoder
// Called on Chrome_libJingle_WorkerThread. The child thread is blocked while
// this runs.
int32_t Release() override;
- // Called on Chrome_libJingle_WorkerThread. The child thread is blocked while
- // this runs.
- int32_t Reset() override;
// VideoDecodeAccelerator::Client implementation.
void ProvidePictureBuffers(uint32_t count,
« no previous file with comments | « no previous file | content/renderer/media/rtc_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698