Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(673)

Unified Diff: gpu/gles2_conform_support/egl/thread_state.cc

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « gpu/gles2_conform_support/egl/surface.cc ('k') | gpu/ipc/client/android/in_process_surface_texture_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698