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

Unified Diff: content/public/renderer/media_stream_utils.h

Issue 2788613003: Remove GetCurrentVideoTrackFormat dead code. (Closed)
Patch Set: no change. just remove unnecessary dependency on other patchset Created 3 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 | « no previous file | content/public/renderer/media_stream_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/media_stream_utils.h
diff --git a/content/public/renderer/media_stream_utils.h b/content/public/renderer/media_stream_utils.h
index c1e09376cb8a051683a5d2726729cf570885a3a5..371208440ecd9d8481e3ede65e9a06073bba3278 100644
--- a/content/public/renderer/media_stream_utils.h
+++ b/content/public/renderer/media_stream_utils.h
@@ -49,12 +49,6 @@ CONTENT_EXPORT bool AddAudioTrackToMediaStream(
bool is_readonly,
blink::WebMediaStream* web_media_stream);
-// On success returns pointer to the current format of the given video track;
-// returns nullptr on failure (if the argument is invalid or if the format
-// cannot be retrieved at the moment).
-CONTENT_EXPORT const media::VideoCaptureFormat* GetCurrentVideoTrackFormat(
- const blink::WebMediaStreamTrack& video_track);
-
// Requests that a refresh frame be sent "soon" (e.g., to resolve picture loss
// or quality issues).
CONTENT_EXPORT void RequestRefreshFrameFromVideoTrack(
« no previous file with comments | « no previous file | content/public/renderer/media_stream_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698