| Index: mojo/shell/context.cc
|
| diff --git a/mojo/shell/context.cc b/mojo/shell/context.cc
|
| index a6dea440434f5dcb109a1a1622eafb439b8f45e6..62fd4944f0c86dd32bf35ba0a1a37c087aa230f4 100644
|
| --- a/mojo/shell/context.cc
|
| +++ b/mojo/shell/context.cc
|
| @@ -12,7 +12,6 @@
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/strings/string_split.h"
|
| #include "mojo/embedder/embedder.h"
|
| -#include "mojo/gles2/gles2_support_impl.h"
|
| #include "mojo/public/cpp/application/application_impl.h"
|
| #include "mojo/service_manager/background_shell_service_loader.h"
|
| #include "mojo/service_manager/service_loader.h"
|
| @@ -52,7 +51,6 @@ class Setup {
|
| public:
|
| Setup() {
|
| embedder::Init();
|
| - gles2::GLES2SupportImpl::Init();
|
| }
|
|
|
| ~Setup() {
|
|
|