| Index: gpu/config/gpu_info_collector_linux.cc
|
| diff --git a/gpu/config/gpu_info_collector_linux.cc b/gpu/config/gpu_info_collector_linux.cc
|
| index 74bc169bed7ae2187a0157783b23936f293ad2cc..050c33d246d391afb8edea0fbd0ed753fdd4c8ee 100644
|
| --- a/gpu/config/gpu_info_collector_linux.cc
|
| +++ b/gpu/config/gpu_info_collector_linux.cc
|
| @@ -176,7 +176,7 @@ CollectInfoResult CollectContextGraphicsInfo(GPUInfo* gpu_info) {
|
| // TODO(zmo): need to consider the case where we are running on top
|
| // of desktop GL and GL_ARB_robustness extension is available.
|
| gpu_info->can_lose_context =
|
| - (gfx::GetGLImplementation() == gfx::kGLImplementationEGLGLES2);
|
| + (gl::GetGLImplementation() == gl::kGLImplementationEGLGLES2);
|
| #endif
|
| }
|
|
|
|
|