| Index: android_webview/browser/aw_browser_main_parts.cc
|
| diff --git a/android_webview/browser/aw_browser_main_parts.cc b/android_webview/browser/aw_browser_main_parts.cc
|
| index c5b66fee018c30b27e0eb995a6eb32adfa8555e7..bafa5f648f47e50681117176c4388ac22bd49bda 100644
|
| --- a/android_webview/browser/aw_browser_main_parts.cc
|
| +++ b/android_webview/browser/aw_browser_main_parts.cc
|
| @@ -100,7 +100,7 @@ void AwBrowserMainParts::PreMainMessageLoopRun() {
|
| // TODO(boliu): Can't support accelerated 2d canvas and WebGL with ubercomp
|
| // yet: crbug.com/352424.
|
| if (!gpu::gles2::MailboxSynchronizer::Initialize()) {
|
| - CommandLine* cl = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
|
| cl->AppendSwitch(switches::kDisableAccelerated2dCanvas);
|
| cl->AppendSwitch(switches::kDisableExperimentalWebGL);
|
| }
|
|
|