| Index: ui/gl/gl_surface_egl.cc
|
| diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc
|
| index 4018834de17de1831e9b064bbc5cb3de646d8a9d..193eebfc9729e02b7d42d71cf1b378c7251d44c2 100644
|
| --- a/ui/gl/gl_surface_egl.cc
|
| +++ b/ui/gl/gl_surface_egl.cc
|
| @@ -313,7 +313,7 @@ static const EGLint kDisplayAttribsWarp[] {
|
| // static
|
| EGLDisplay GLSurfaceEGL::GetPlatformDisplay(
|
| EGLNativeDisplayType native_display) {
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseWarp)) {
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseWarp)) {
|
| // Check for availability of WARP via ANGLE extension.
|
| bool supports_warp = false;
|
| const char* no_display_extensions = eglQueryString(EGL_NO_DISPLAY,
|
|
|