| Index: webrtc/media/engine/webrtcvideoframe.h
|
| diff --git a/webrtc/media/engine/webrtcvideoframe.h b/webrtc/media/engine/webrtcvideoframe.h
|
| index 92284762865d0f5d96e10672e8d6783007ed626a..d0034e27cd5efc43e1505ac277bbf3005f552403 100644
|
| --- a/webrtc/media/engine/webrtcvideoframe.h
|
| +++ b/webrtc/media/engine/webrtcvideoframe.h
|
| @@ -93,8 +93,6 @@ class WebRtcVideoFrame : public VideoFrame {
|
|
|
| webrtc::VideoRotation rotation() const override;
|
|
|
| - const VideoFrame* GetCopyWithRotationApplied() const override;
|
| -
|
| protected:
|
| // Creates a frame from a raw sample with FourCC |format| and size |w| x |h|.
|
| // |h| can be negative indicating a vertically flipped image.
|
|
|