| Index: ui/snapshot/snapshot_aura_unittest.cc
|
| diff --git a/ui/snapshot/snapshot_aura_unittest.cc b/ui/snapshot/snapshot_aura_unittest.cc
|
| index b5a2a668ae6210ca6b73ff5ea518dbdfcc1ff43f..c8e19d6620ccb85d0fae706847e951a45ac1da6c 100644
|
| --- a/ui/snapshot/snapshot_aura_unittest.cc
|
| +++ b/ui/snapshot/snapshot_aura_unittest.cc
|
| @@ -115,7 +115,8 @@ class SnapshotAuraTest : public testing::Test {
|
|
|
| void WaitForDraw() {
|
| helper_->host()->compositor()->ScheduleDraw();
|
| - ui::DrawWaiterForTest::Wait(helper_->host()->compositor());
|
| + ui::DrawWaiterForTest::WaitForCompositingEnded(
|
| + helper_->host()->compositor());
|
| }
|
|
|
| void SetupTestWindow(const gfx::Rect& window_bounds) {
|
|
|