Commit a952dfb7 authored by spang@chromium.org's avatar spang@chromium.org

Fix typo in AshWindowTreeHostOzone

TBR=sky
NOTRY=true

Review URL: https://codereview.chromium.org/290123005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271020 0039d316-1c4b-4281-b951-d872f2087c98
parent 800eaf97
...@@ -91,7 +91,7 @@ void AshWindowTreeHostOzone::UpdateRootWindowSize(const gfx::Size& host_size) { ...@@ -91,7 +91,7 @@ void AshWindowTreeHostOzone::UpdateRootWindowSize(const gfx::Size& host_size) {
AshWindowTreeHost* AshWindowTreeHost::Create( AshWindowTreeHost* AshWindowTreeHost::Create(
const AshWindowTreeHostInitParams& init_params) { const AshWindowTreeHostInitParams& init_params) {
return new AshWindowTreeHostOzone(intial_params.initial_bounds); return new AshWindowTreeHostOzone(init_params.initial_bounds);
} }
} // namespace ash } // namespace ash
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment