| Index: content/shell/app/shell_main_delegate.cc | 
| diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc | 
| index 21a47f01fe9cd807916fe945bc2e4122b1c3a4ab..719794c6ba8f5090fb4ae35844503f445e647db2 100644 | 
| --- a/content/shell/app/shell_main_delegate.cc | 
| +++ b/content/shell/app/shell_main_delegate.cc | 
| @@ -168,7 +168,7 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { | 
| // only default to osmesa if the flag isn't already specified. | 
| if (!command_line.HasSwitch(switches::kUseGL)) { | 
| command_line.AppendSwitchASCII(switches::kUseGL, | 
| -                                     gfx::kGLImplementationOSMesaName); | 
| +                                     gl::kGLImplementationOSMesaName); | 
| } | 
| command_line.AppendSwitch(switches::kSkipGpuDataLoading); | 
| command_line.AppendSwitchASCII(switches::kTouchEvents, | 
|  |