| Index: shell/android/main.cc
|
| diff --git a/shell/android/main.cc b/shell/android/main.cc
|
| index acde9578ebd55c756899897951a761fb693cc430..bdb9f04bd03940292eed16a36ecb175b49260a79 100644
|
| --- a/shell/android/main.cc
|
| +++ b/shell/android/main.cc
|
| @@ -23,6 +23,7 @@
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/task_runner_util.h"
|
| #include "base/threading/simple_thread.h"
|
| +#include "gpu/config/gpu_util.h"
|
| #include "jni/ShellService_jni.h"
|
| #include "mojo/message_pump/message_pump_mojo.h"
|
| #include "mojo/services/network/public/interfaces/network_service.mojom.h"
|
| @@ -305,6 +306,8 @@ static void Start(JNIEnv* env,
|
| g_internal_data.Get().shell_task_runner->PostDelayedTask(
|
| FROM_HERE, base::Bind(&UploadCrashes, dumps_path),
|
| base::TimeDelta::FromSeconds(kDelayBeforeCrashUploadInSeconds));
|
| +
|
| + gpu::ApplyGpuDriverBugWorkarounds(command_line);
|
| }
|
|
|
| static void AddApplicationURL(JNIEnv* env, jclass clazz, jstring jurl) {
|
|
|