| Index: ui/aura/env.cc
|
| diff --git a/ui/aura/env.cc b/ui/aura/env.cc
|
| index 86dbf571a8335bdebd7a3b6a3b2c6f855a43da47..33a6b01866836dfd41652ab51d2ed5e1f1c7b2fb 100644
|
| --- a/ui/aura/env.cc
|
| +++ b/ui/aura/env.cc
|
| @@ -91,9 +91,7 @@ void Env::Init() {
|
| base::MessagePumpAuraX11::Current()->AddObserver(
|
| &device_list_updater_aurax11_);
|
| #endif
|
| - ui::Compositor::Initialize(
|
| - CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kUIEnableThreadedCompositing));
|
| + ui::Compositor::Initialize();
|
| }
|
|
|
| void Env::NotifyWindowInitialized(Window* window) {
|
|
|