diff options
Diffstat (limited to 'ui/aura/test/aura_test_helper.cc')
-rw-r--r-- | ui/aura/test/aura_test_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/aura/test/aura_test_helper.cc b/ui/aura/test/aura_test_helper.cc index 02d36e4..b300dcf 100644 --- a/ui/aura/test/aura_test_helper.cc +++ b/ui/aura/test/aura_test_helper.cc @@ -81,7 +81,7 @@ void AuraTestHelper::SetUp() { root_window()->Show(); // Ensure width != height so tests won't confuse them. - dispatcher()->host()->SetBounds(gfx::Rect(800, 600)); + host()->SetBounds(gfx::Rect(800, 600)); } void AuraTestHelper::TearDown() { |