| Index: gpu/gles2_conform_support/egl/thread_state.cc
|
| diff --git a/gpu/gles2_conform_support/egl/thread_state.cc b/gpu/gles2_conform_support/egl/thread_state.cc
|
| index 13c5f89d7d2d0111c365200b3aec8d889aa54d0a..0a7f77dc8e6f39ca42da47577bdcf5509bd88548 100644
|
| --- a/gpu/gles2_conform_support/egl/thread_state.cc
|
| +++ b/gpu/gles2_conform_support/egl/thread_state.cc
|
| @@ -57,7 +57,7 @@ egl::ThreadState* ThreadState::Get() {
|
| #endif
|
| gles2::Initialize();
|
|
|
| - if (gfx::GetGLImplementation() == gfx::kGLImplementationNone) {
|
| + if (gl::GetGLImplementation() == gl::kGLImplementationNone) {
|
| base::CommandLine::StringVector argv;
|
| std::unique_ptr<base::Environment> env(base::Environment::Create());
|
| std::string env_string;
|
|
|