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

Unified Diff: content/renderer/media/media_stream_video_source.cc

Issue 2970823003: Rename MediaStreamVideoSource:GetCurrentFormatImpl() to GetCurrentFormat() (Closed)
Patch Set: Created 3 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
Index: content/renderer/media/media_stream_video_source.cc
diff --git a/content/renderer/media/media_stream_video_source.cc b/content/renderer/media/media_stream_video_source.cc
index 6ab4c039359432f3742c7d08c1152b0a1f4812db..203d63257b67328d91964110ee76560a9da6cd75 100644
--- a/content/renderer/media/media_stream_video_source.cc
+++ b/content/renderer/media/media_stream_video_source.cc
@@ -130,11 +130,6 @@ base::SingleThreadTaskRunner* MediaStreamVideoSource::io_task_runner() const {
base::Optional<media::VideoCaptureFormat>
MediaStreamVideoSource::GetCurrentFormat() const {
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
- return GetCurrentFormatImpl();
-}
-
-base::Optional<media::VideoCaptureFormat>
-MediaStreamVideoSource::GetCurrentFormatImpl() const {
return base::Optional<media::VideoCaptureFormat>();
}

Powered by Google App Engine
This is Rietveld 408576698