| Index: ui/snapshot/snapshot_aura_unittest.cc
|
| diff --git a/ui/snapshot/snapshot_aura_unittest.cc b/ui/snapshot/snapshot_aura_unittest.cc
|
| index 018394b6dc9145ba7daf1a898be967f1a6552e50..5fe05a840f8940eaa228afb29c8dcdff2a8f7661 100644
|
| --- a/ui/snapshot/snapshot_aura_unittest.cc
|
| +++ b/ui/snapshot/snapshot_aura_unittest.cc
|
| @@ -115,8 +115,7 @@
|
|
|
| void WaitForDraw() {
|
| helper_->host()->compositor()->ScheduleDraw();
|
| - ui::DrawWaiterForTest::WaitForCompositingEnded(
|
| - helper_->host()->compositor());
|
| + ui::DrawWaiterForTest::Wait(helper_->host()->compositor());
|
| }
|
|
|
| void SetupTestWindow(const gfx::Rect& window_bounds) {
|
|
|