summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_lib.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/client/gles2_lib.cc')
-rw-r--r--gpu/command_buffer/client/gles2_lib.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/gpu/command_buffer/client/gles2_lib.cc b/gpu/command_buffer/client/gles2_lib.cc
index 87f74c4..cd7cfed 100644
--- a/gpu/command_buffer/client/gles2_lib.cc
+++ b/gpu/command_buffer/client/gles2_lib.cc
@@ -6,12 +6,7 @@
namespace gles2 {
-::gpu::gles2::GLES2Implementation* g_gl_impl;
-
-bool InitGLES2Lib() {
- // TODO(gman): Encapulate initalizing the GLES2 library for client apps.
- return false;
-}
+THREAD_LOCAL ::gpu::gles2::GLES2Implementation* g_gl_impl;
} // namespace gles2