Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Unified Diff: mojo/shell/context.cc

Issue 448873002: mojo: Reland "Convert gles2 to the new thunking system." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/platform/native/thunk_export.h ('k') | mojo/shell/in_process_dynamic_service_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « mojo/public/platform/native/thunk_export.h ('k') | mojo/shell/in_process_dynamic_service_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698