| Index: trunk/src/ui/aura/bench/bench_main.cc
|
| ===================================================================
|
| --- trunk/src/ui/aura/bench/bench_main.cc (revision 247809)
|
| +++ trunk/src/ui/aura/bench/bench_main.cc (working copy)
|
| @@ -29,8 +29,6 @@
|
| #include "ui/gfx/canvas.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/skia_util.h"
|
| -#include "ui/gl/gl_surface.h"
|
| -
|
| #ifndef GL_GLEXT_PROTOTYPES
|
| #define GL_GLEXT_PROTOTYPES 1
|
| #endif
|
| @@ -293,8 +291,6 @@
|
|
|
| base::AtExitManager exit_manager;
|
|
|
| - gfx::GLSurface::InitializeOneOff();
|
| -
|
| // The ContextFactory must exist before any Compositors are created.
|
| bool allow_test_contexts = false;
|
| ui::InitializeContextFactoryForTests(allow_test_contexts);
|
|
|