Chromium Code Reviews| Index: trunk/src/ui/aura/test/aura_test_helper.cc |
| =================================================================== |
| --- trunk/src/ui/aura/test/aura_test_helper.cc (revision 244032) |
| +++ trunk/src/ui/aura/test/aura_test_helper.cc (working copy) |
| @@ -93,7 +93,7 @@ |
| root_window()->Show(); |
| // Ensure width != height so tests won't confuse them. |
| - dispatcher()->host()->SetBounds(gfx::Rect(800, 600)); |
| + dispatcher()->SetHostSize(gfx::Size(800, 600)); |
| } |
| void AuraTestHelper::TearDown() { |