| Index: content/shell/shell_main_delegate.cc
|
| diff --git a/content/shell/shell_main_delegate.cc b/content/shell/shell_main_delegate.cc
|
| index d3be970f972a6c2741c37cb08b567cc4bbebbb6d..e78e97b6c09301caba2529ffca8c15be2b805b06 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)
|
|
|