| Index: ash/host/ash_window_tree_host_ozone.cc
|
| diff --git a/ash/host/ash_window_tree_host_ozone.cc b/ash/host/ash_window_tree_host_ozone.cc
|
| index 5bbf06b30db51232ddeb470ed257042780e144f9..6fd0b26cd647a89753c8cbe116548926af2f1f83 100644
|
| --- a/ash/host/ash_window_tree_host_ozone.cc
|
| +++ b/ash/host/ash_window_tree_host_ozone.cc
|
| @@ -91,7 +91,7 @@ void AshWindowTreeHostOzone::UpdateRootWindowSize(const gfx::Size& host_size) {
|
|
|
| AshWindowTreeHost* AshWindowTreeHost::Create(
|
| const AshWindowTreeHostInitParams& init_params) {
|
| - return new AshWindowTreeHostOzone(intial_params.initial_bounds);
|
| + return new AshWindowTreeHostOzone(init_params.initial_bounds);
|
| }
|
|
|
| } // namespace ash
|
|
|