| Index: talk/app/webrtc/androidvideocapturer.cc
|
| diff --git a/talk/app/webrtc/androidvideocapturer.cc b/talk/app/webrtc/androidvideocapturer.cc
|
| index 6b0d51c5cca2b489162204cc70a3879688ef2223..fcfd0bc926a947212ae993becd03f6cfb2c9a481 100644
|
| --- a/talk/app/webrtc/androidvideocapturer.cc
|
| +++ b/talk/app/webrtc/androidvideocapturer.cc
|
| @@ -157,8 +157,6 @@ AndroidVideoCapturer::AndroidVideoCapturer(
|
| formats.push_back(format);
|
| }
|
| SetSupportedFormats(formats);
|
| - // Do not apply frame rotation by default.
|
| - SetApplyRotation(false);
|
| }
|
|
|
| AndroidVideoCapturer::~AndroidVideoCapturer() {
|
|
|