| Index: ui/aura/desktop.cc
|
| diff --git a/ui/aura/desktop.cc b/ui/aura/desktop.cc
|
| index 565628e5139741a1a1e3a37d23dfaed8377fe132..ed211326f116cf4ff095d890a8571b7ad3bd7e02 100644
|
| --- a/ui/aura/desktop.cc
|
| +++ b/ui/aura/desktop.cc
|
| @@ -33,7 +33,7 @@ Desktop::Desktop()
|
| active_window_(NULL),
|
| in_destructor_(false) {
|
| if (compositor_factory_) {
|
| - compositor_ = (*Desktop::compositor_factory())();
|
| + compositor_ = (*Desktop::compositor_factory())(this);
|
| } else {
|
| compositor_ = ui::Compositor::Create(this, host_->GetAcceleratedWidget(),
|
| host_->GetSize());
|
|
|