| Index: content/browser/renderer_host/compositor_impl_android.cc
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
|
| index 1bd183949eed4152b5183ce0e7064af6876df0da..f098f0234c530e85fd5cbea1dbfa20321f30dc77 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -104,8 +104,8 @@ struct CompositorDependencies {
|
| #endif
|
| };
|
|
|
| -base::LazyInstance<CompositorDependencies> g_compositor_dependencies =
|
| - LAZY_INSTANCE_INITIALIZER;
|
| +base::LazyInstance<CompositorDependencies>::DestructorAtExit
|
| + g_compositor_dependencies = LAZY_INSTANCE_INITIALIZER;
|
|
|
| const unsigned int kMaxDisplaySwapBuffers = 1U;
|
|
|
|
|