| Index: content/browser/android/content_view_core_impl.cc
|
| diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc
|
| index 6495133e3b80a095c50ca74f687e8259f2ec28c0..4449089b68b709d94500ffa3faf20a800078705d 100644
|
| --- a/content/browser/android/content_view_core_impl.cc
|
| +++ b/content/browser/android/content_view_core_impl.cc
|
| @@ -1338,6 +1338,9 @@ void ContentViewCoreImpl::SetAccessibilityEnabledInternal(bool enabled) {
|
| }
|
|
|
| void ContentViewCoreImpl::SendOrientationChangeEventInternal() {
|
| + ui::WindowAndroid* windowAndroid = GetWindowAndroid();
|
| + windowAndroid->UpdateDeviceDisplayInfo();
|
| +
|
| RenderWidgetHostViewAndroid* rwhv = GetRenderWidgetHostViewAndroid();
|
| if (rwhv)
|
| rwhv->UpdateScreenInfo(GetViewAndroid());
|
|
|