| Index: ash/content/screen_orientation_delegate_chromeos.cc
|
| diff --git a/ash/content/screen_orientation_delegate_chromeos.cc b/ash/content/screen_orientation_delegate_chromeos.cc
|
| index 76243b2e4a2836b786e1dc86d86627125c5751b6..e434519b8ba1b3d910bbb134c826185788d34e9e 100644
|
| --- a/ash/content/screen_orientation_delegate_chromeos.cc
|
| +++ b/ash/content/screen_orientation_delegate_chromeos.cc
|
| @@ -30,7 +30,7 @@ void ScreenOrientationDelegateChromeos::Lock(
|
| Shell::GetInstance()
|
| ->screen_orientation_controller()
|
| ->LockOrientationForWindow(WmWindow::Get(web_contents->GetNativeView()),
|
| - lock_orientation);
|
| + lock_orientation, false /* lock_to_current */);
|
| }
|
|
|
| bool ScreenOrientationDelegateChromeos::ScreenOrientationProviderSupported() {
|
|
|