| Index: ui/aura/demo/demo_main.cc
|
| ===================================================================
|
| --- ui/aura/demo/demo_main.cc (revision 107563)
|
| +++ ui/aura/demo/demo_main.cc (working copy)
|
| @@ -16,7 +16,6 @@
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/ui_base_paths.h"
|
| #include "ui/gfx/canvas_skia.h"
|
| -#include "ui/gfx/compositor/compositor_test_support.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| #if defined(USE_X11)
|
| @@ -82,7 +81,6 @@
|
|
|
| // Create the message-loop here before creating the desktop.
|
| MessageLoop message_loop(MessageLoop::TYPE_UI);
|
| - ui::CompositorTestSupport::Initialize();
|
|
|
| aura::Desktop::GetInstance();
|
|
|
| @@ -112,9 +110,6 @@
|
| window3.SetParent(&window2);
|
|
|
| aura::Desktop::GetInstance()->Run();
|
| -
|
| - ui::CompositorTestSupport::Terminate();
|
| -
|
| return 0;
|
| }
|
|
|
|
|