Chromium Code Reviews| Index: chrome/test/gpu/gpu_mapsgl_endurance_browsertest.cc |
| =================================================================== |
| --- chrome/test/gpu/gpu_mapsgl_endurance_browsertest.cc (revision 170118) |
| +++ chrome/test/gpu/gpu_mapsgl_endurance_browsertest.cc (working copy) |
| @@ -80,7 +80,7 @@ |
| ASSERT_TRUE(tracing::BeginTracing("-test_*")); |
| #endif |
| - ASSERT_TRUE(ui_test_utils::BringBrowserWindowToFront(browser())); |
| + browser()->window()->Activate(); |
|
jam
2012/11/29 07:06:43
this was copied from gpu_pixel_browsertest.cc
|
| gfx::Rect new_bounds = GetNewTabContainerBounds(tab_container_size); |
| browser()->window()->SetBounds(new_bounds); |