Chromium Code Reviews| Index: webrtc/media/engine/fakewebrtcvideocapturemodule.h |
| diff --git a/webrtc/media/engine/fakewebrtcvideocapturemodule.h b/webrtc/media/engine/fakewebrtcvideocapturemodule.h |
| index 2bc715b1e1fc630557508d4838a620e98a85b3d0..d81597858b9873c5d53c8ed4534a17585f42ff02 100644 |
| --- a/webrtc/media/engine/fakewebrtcvideocapturemodule.h |
| +++ b/webrtc/media/engine/fakewebrtcvideocapturemodule.h |
| @@ -75,7 +75,7 @@ class FakeWebRtcVideoCaptureModule : public webrtc::VideoCaptureModule { |
| return -1; // not implemented |
| } |
| bool SetApplyRotation(bool enable) override { |
| - return false; // not implemented |
| + return true; // ignored |
|
perkj_webrtc
2016/08/19 13:08:59
why this change?
nisse-webrtc
2016/08/19 13:30:02
Because the change to have VideoCaptureListener us
|
| } |
| bool GetApplyRotation() override { |
| return true; // Rotation compensation is turned on. |