| Index: content/shell/shell_main_delegate.cc
|
| diff --git a/content/shell/shell_main_delegate.cc b/content/shell/shell_main_delegate.cc
|
| index 8baa83249d92358993a71683adf459b9a2bd068b..2a31718e5ae9f5ad033708a1477b53f8b80b7cb4 100644
|
| --- a/content/shell/shell_main_delegate.cc
|
| +++ b/content/shell/shell_main_delegate.cc
|
| @@ -106,6 +106,8 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
|
| switches::kUseGL, gfx::kGLImplementationOSMesaName);
|
| CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kIgnoreGpuBlacklist);
|
| + CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + switches::kForceRendererAccessibility);
|
| net::CookieMonster::EnableFileScheme();
|
| if (!WebKitTestPlatformInitialize()) {
|
| if (exit_code)
|
|
|