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

Unified Diff: ui/gl/gl_surface_egl.cc

Issue 819223002: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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 | « ui/gl/gl_surface.cc ('k') | ui/gl/gl_surface_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « ui/gl/gl_surface.cc ('k') | ui/gl/gl_surface_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698