Index: webrtc/media/engine/webrtcvideoframefactory.h |
diff --git a/webrtc/media/engine/webrtcvideoframefactory.h b/webrtc/media/engine/webrtcvideoframefactory.h |
index c1569969fb2fb677352755a8fb10eeba8c844b4a..01fac799478ba386e0fded1218dd46e059415ede 100644 |
--- a/webrtc/media/engine/webrtcvideoframefactory.h |
+++ b/webrtc/media/engine/webrtcvideoframefactory.h |
@@ -20,6 +20,15 @@ struct CapturedFrame; |
// Creates instances of cricket::WebRtcVideoFrame. |
class WebRtcVideoFrameFactory : public VideoFrameFactory { |
public: |
+ std::unique_ptr<VideoFrame> CreateCroppedAndScaledFrame( |
+ const CapturedFrame* input_frame, |
+ int crop_x, |
+ int crop_y, |
+ int crop_width, |
+ int crop_height, |
+ int dst_width, |
+ int dst_height) const override; |
+ |
VideoFrame* CreateAliasedFrame(const CapturedFrame* aliased_frame, |
int width, |
int height) const override; |