| 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..a9462571f39ad8d3e178ab60fade854fd7fd97a3 100644
|
| --- a/ash/content/screen_orientation_delegate_chromeos.cc
|
| +++ b/ash/content/screen_orientation_delegate_chromeos.cc
|
| @@ -29,8 +29,9 @@ void ScreenOrientationDelegateChromeos::Lock(
|
| blink::WebScreenOrientationLockType lock_orientation) {
|
| Shell::GetInstance()
|
| ->screen_orientation_controller()
|
| - ->LockOrientationForWindow(WmWindow::Get(web_contents->GetNativeView()),
|
| - lock_orientation);
|
| + ->LockOrientationForWindow(
|
| + WmWindow::Get(web_contents->GetNativeView()), lock_orientation,
|
| + ScreenOrientationController::LockCompletionBehavior::None);
|
| }
|
|
|
| bool ScreenOrientationDelegateChromeos::ScreenOrientationProviderSupported() {
|
|
|