| 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
|
|
|