| Index: ash/touch_hud/mus/touch_hud_application.cc
|
| diff --git a/ash/touch_hud/mus/touch_hud_application.cc b/ash/touch_hud/mus/touch_hud_application.cc
|
| index aaa9f3a553f2bdf0698d36437d691c48ba3c5a6f..2451f91e4ef26def3036124a179dc4b88f2d644a 100644
|
| --- a/ash/touch_hud/mus/touch_hud_application.cc
|
| +++ b/ash/touch_hud/mus/touch_hud_application.cc
|
| @@ -91,7 +91,7 @@ void TouchHudApplication::Launch(uint32_t what, mash::mojom::LaunchMode how) {
|
| params.delegate = new TouchHudUI(widget_);
|
| params.mus_properties[ui::mojom::WindowManager::kContainerId_InitProperty] =
|
| mojo::ConvertTo<std::vector<uint8_t>>(
|
| - ash::kShellWindowId_OverlayContainer);
|
| + static_cast<int32_t>(ash::kShellWindowId_OverlayContainer));
|
| params.show_state = ui::SHOW_STATE_FULLSCREEN;
|
| widget_->Init(params);
|
| widget_->Show();
|
|
|