summaryrefslogtreecommitdiffstats
path: root/ui/aura/demo
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/demo')
-rw-r--r--ui/aura/demo/DEPS3
-rw-r--r--ui/aura/demo/demo_main.cc3
2 files changed, 0 insertions, 6 deletions
diff --git a/ui/aura/demo/DEPS b/ui/aura/demo/DEPS
deleted file mode 100644
index 07d8243..0000000
--- a/ui/aura/demo/DEPS
+++ /dev/null
@@ -1,3 +0,0 @@
-include_rules = [
- "+ui/gl/gl_surface.h", # To initialize GL bindings.
-]
diff --git a/ui/aura/demo/demo_main.cc b/ui/aura/demo/demo_main.cc
index 7739ed5..3dcd7db 100644
--- a/ui/aura/demo/demo_main.cc
+++ b/ui/aura/demo/demo_main.cc
@@ -21,7 +21,6 @@
#include "ui/events/event.h"
#include "ui/gfx/canvas.h"
#include "ui/gfx/rect.h"
-#include "ui/gl/gl_surface.h"
#if defined(USE_X11)
#include "base/message_loop/message_pump_x11.h"
@@ -109,8 +108,6 @@ int DemoMain() {
// Create the message-loop here before creating the root window.
base::MessageLoopForUI message_loop;
- gfx::GLSurface::InitializeOneOff();
-
// The ContextFactory must exist before any Compositors are created.
bool allow_test_contexts = false;
ui::InitializeContextFactoryForTests(allow_test_contexts);