| Index: gpu/config/gpu_control_list.cc
|
| diff --git a/gpu/config/gpu_control_list.cc b/gpu/config/gpu_control_list.cc
|
| index e187b5fc4c81869505a878b325261d906617b76d..401379dccded5e92d56ab3a67ebe2372c285e8f4 100644
|
| --- a/gpu/config/gpu_control_list.cc
|
| +++ b/gpu/config/gpu_control_list.cc
|
| @@ -1029,7 +1029,8 @@ bool GpuControlList::GpuControlListEntry::GLVersionInfoMismatch(
|
|
|
| gl_type = kGLTypeGLES;
|
| if (segments.size() > 3 &&
|
| - base::StartsWithASCII(segments[3], "(ANGLE", false)) {
|
| + base::StartsWith(segments[3], "(ANGLE",
|
| + base::CompareCase::INSENSITIVE_ASCII)) {
|
| gl_type = kGLTypeANGLE;
|
| }
|
| } else {
|
|
|