Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
index 353148b2ad1443830c714857cebf6e1238fb5ca6..510f642fb11cfd5f50e27b12cdf4cc4da0ec5669 100644 |
--- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
+++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
@@ -207,8 +207,7 @@ const int32 kTransferBufferSize = 1024 * 1024; |
static base::LazyInstance< |
std::set<WebGraphicsContext3DInProcessCommandBufferImpl*> > |
g_all_shared_contexts = LAZY_INSTANCE_INITIALIZER; |
-static base::LazyInstance<base::Lock, |
- base::LeakyLazyInstanceTraits<base::Lock> > |
+static base::LazyInstance<base::Lock>::Leaky |
g_all_shared_contexts_lock = LAZY_INSTANCE_INITIALIZER; |
// Singleton used to initialize and terminate the gles2 library. |