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

Unified Diff: webrtc/media/base/videoframe.h

Issue 2300953002: Delete cricket::VideoFrame::GetCopyWithRotationApplied. (Closed)
Patch Set: Created 4 years, 4 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 | webrtc/media/engine/webrtcvideoframe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/videoframe.h
diff --git a/webrtc/media/base/videoframe.h b/webrtc/media/base/videoframe.h
index 156da25112af7810d265e67676ec5a7fda125dc8..f61445bfe75948c4e965d72eae2caee91cf26a40 100644
--- a/webrtc/media/base/videoframe.h
+++ b/webrtc/media/base/videoframe.h
@@ -55,14 +55,6 @@ class VideoFrame {
// Indicates the rotation angle in degrees.
virtual webrtc::VideoRotation rotation() const = 0;
- // Return a copy of frame which has its pending rotation applied. The
- // ownership of the returned frame is held by this frame.
-
- // TODO(nisse): Deprecated, no longer used within webrtc. Should be
- // deleted as soon as downstream applications are updated. Use
- // webrtc::I420Buffer::Rotate instead.
- virtual const VideoFrame* GetCopyWithRotationApplied() const = 0;
-
// Tests if sample is valid. Returns true if valid.
// TODO(nisse): Deprecated. Should be deleted in the cricket::VideoFrame and
« no previous file with comments | « no previous file | webrtc/media/engine/webrtcvideoframe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698