| Index: ui/compositor/test/test_compositor_host_x11.cc
|
| diff --git a/ui/compositor/test/test_compositor_host_x11.cc b/ui/compositor/test/test_compositor_host_x11.cc
|
| index 4b940cbd2d7f5de9bebb8b09f71ffb072af052c7..9b2d2650b58aeb3ef9eb4d46ff509ad54e022318 100644
|
| --- a/ui/compositor/test/test_compositor_host_x11.cc
|
| +++ b/ui/compositor/test/test_compositor_host_x11.cc
|
| @@ -75,7 +75,9 @@ void TestCompositorHostX11::Show() {
|
| if (event.type == MapNotify && event.xmap.window == window_)
|
| break;
|
| }
|
| - compositor_.reset(new ui::Compositor(window_, context_factory_));
|
| + compositor_.reset(new ui::Compositor(window_,
|
| + context_factory_,
|
| + base::MessageLoopProxy::current()));
|
| compositor_->SetScaleAndSize(1.0f, bounds_.size());
|
| }
|
|
|
|
|