| Index: ui/aura_shell/examples/aura_shell_main.cc
|
| ===================================================================
|
| --- ui/aura_shell/examples/aura_shell_main.cc (revision 106614)
|
| +++ ui/aura_shell/examples/aura_shell_main.cc (working copy)
|
| @@ -15,7 +15,6 @@
|
| #include "ui/aura_shell/shell_factory.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/ui_base_paths.h"
|
| -#include "ui/gfx/compositor/compositor_test_support.h"
|
|
|
| namespace {
|
|
|
| @@ -70,7 +69,6 @@
|
|
|
| // Create the message-loop here before creating the desktop.
|
| MessageLoop message_loop(MessageLoop::TYPE_UI);
|
| - ui::CompositorTestSupport::Initialize();
|
|
|
| aura_shell::Shell::GetInstance()->SetDelegate(new ShellDelegateImpl);;
|
|
|
| @@ -80,8 +78,6 @@
|
|
|
| delete aura::Desktop::GetInstance();
|
|
|
| - ui::CompositorTestSupport::Terminate();
|
| -
|
| return 0;
|
| }
|
|
|
|
|