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

Unified Diff: gpu/gles2_conform_support/egl/egl.cc

Issue 817653003: Update from https://crrev.com/309717 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « gpu/config/gpu_util.cc ('k') | gpu/gles2_conform_support/gles2_conform_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/egl/egl.cc
diff --git a/gpu/gles2_conform_support/egl/egl.cc b/gpu/gles2_conform_support/egl/egl.cc
index 3827229c45a3d6c8749d0fb400c5998500d35fb5..f23cf76e994b719fe4c6bf7809cc7c349db4770e 100644
--- a/gpu/gles2_conform_support/egl/egl.cc
+++ b/gpu/gles2_conform_support/egl/egl.cc
@@ -106,7 +106,7 @@ EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) {
const char* const argv[] = {
"dummy"
};
- CommandLine::Init(argc, argv);
+ base::CommandLine::Init(argc, argv);
gfx::GLSurface::InitializeOneOff();
*major = 1;
« no previous file with comments | « gpu/config/gpu_util.cc ('k') | gpu/gles2_conform_support/gles2_conform_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698