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

Unified Diff: cc/test/fake_tile_manager.cc

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: l10n again Created 3 years, 9 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
« no previous file with comments | « cc/layers/empty_content_layer_client.cc ('k') | chrome/app/chrome_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_tile_manager.cc
diff --git a/cc/test/fake_tile_manager.cc b/cc/test/fake_tile_manager.cc
index 81c936f38e9dde1554d6b2eed578d3acc4ee6674..ac728a232571e987c5176f26d706420d2875b72e 100644
--- a/cc/test/fake_tile_manager.cc
+++ b/cc/test/fake_tile_manager.cc
@@ -22,11 +22,11 @@ namespace cc {
namespace {
-base::LazyInstance<SynchronousTaskGraphRunner> g_synchronous_task_graph_runner =
- LAZY_INSTANCE_INITIALIZER;
+base::LazyInstance<SynchronousTaskGraphRunner>::DestructorAtExit
+ g_synchronous_task_graph_runner = LAZY_INSTANCE_INITIALIZER;
-base::LazyInstance<FakeRasterBufferProviderImpl> g_fake_raster_buffer_provider =
- LAZY_INSTANCE_INITIALIZER;
+base::LazyInstance<FakeRasterBufferProviderImpl>::DestructorAtExit
+ g_fake_raster_buffer_provider = LAZY_INSTANCE_INITIALIZER;
} // namespace
« no previous file with comments | « cc/layers/empty_content_layer_client.cc ('k') | chrome/app/chrome_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698