| Index: chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
|
| index 8ab7729ab2679332f43158f4d378c2517ba8a071..fb1153e8b2d754a105dc818f2136f2cfffa82d5d 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
|
| @@ -168,7 +168,7 @@ void DisplayOptionsHandler::OnFadeOutForMirroringFinished(bool is_mirroring) {
|
| void DisplayOptionsHandler::OnFadeOutForDisplayLayoutFinished(
|
| int position, int offset) {
|
| SetCurrentAndDefaultDisplayLayout(
|
| - ash::DisplayLayout::FromInts(position, offset));
|
| + ash::DisplayLayout::FromInts(position, offset, false));
|
| ash::Shell::GetInstance()->output_configurator_animation()->
|
| StartFadeInAnimation();
|
| }
|
|
|