summaryrefslogtreecommitdiffstats
path: root/ui/aura/demo/demo_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/demo/demo_main.cc')
-rw-r--r--ui/aura/demo/demo_main.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/aura/demo/demo_main.cc b/ui/aura/demo/demo_main.cc
index 61d7d7a..5c64b0c 100644
--- a/ui/aura/demo/demo_main.cc
+++ b/ui/aura/demo/demo_main.cc
@@ -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 @@ int main(int argc, char** argv) {
// 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 @@ int main(int argc, char** argv) {
window3.SetParent(&window2);
aura::Desktop::GetInstance()->Run();
-
- ui::CompositorTestSupport::Terminate();
-
return 0;
}