| Index: ui/aura/test/aura_test_helper.cc
|
| diff --git a/ui/aura/test/aura_test_helper.cc b/ui/aura/test/aura_test_helper.cc
|
| index 6881b1d35bd9c9bbe725d2ec895c7f86c72d77a6..2fdddc08c29f94649685cdf5cfe27e38977888d9 100644
|
| --- a/ui/aura/test/aura_test_helper.cc
|
| +++ b/ui/aura/test/aura_test_helper.cc
|
| @@ -122,7 +122,7 @@ void AuraTestHelper::SetUp(ui::ContextFactory* context_factory) {
|
|
|
| root_window()->Show();
|
| // Ensure width != height so tests won't confuse them.
|
| - host()->SetBounds(gfx::Rect(host_size));
|
| + host()->SetBoundsInPixels(gfx::Rect(host_size));
|
|
|
| if (mode_ == Mode::MUS_CREATE_WINDOW_TREE_CLIENT)
|
| window_tree()->AckAllChanges();
|
|
|