| Index: content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc
|
| diff --git a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc
|
| index ab7379cc795abd56c36318190ee602c244a82e73..4a37b3d746c75c61646a48f4e7393404fedb92ab 100644
|
| --- a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc
|
| +++ b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc
|
| @@ -37,9 +37,9 @@
|
|
|
| static base::LazyInstance<base::Lock,
|
| base::LeakyLazyInstanceTraits<base::Lock> >
|
| - g_all_shared_contexts_lock(base::LINKER_INITIALIZED);
|
| + g_all_shared_contexts_lock = LINKER_ZERO_INITIALIZED;
|
| static base::LazyInstance<std::set<WebGraphicsContext3DCommandBufferImpl*> >
|
| - g_all_shared_contexts(base::LINKER_INITIALIZED);
|
| + g_all_shared_contexts = LINKER_ZERO_INITIALIZED;
|
|
|
| WebGraphicsContext3DCommandBufferImpl::WebGraphicsContext3DCommandBufferImpl()
|
| : initialize_failed_(false),
|
|
|