Index: ui/snapshot/snapshot_aura_unittest.cc |
diff --git a/ui/snapshot/snapshot_aura_unittest.cc b/ui/snapshot/snapshot_aura_unittest.cc |
index 500e40b58ac1f28ee1983fb32aef3dc0e4c8d3b3..02c1350450e72cfc191e3ebc0ebd150734fb9e91 100644 |
--- a/ui/snapshot/snapshot_aura_unittest.cc |
+++ b/ui/snapshot/snapshot_aura_unittest.cc |
@@ -114,8 +114,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) { |