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

Unified Diff: gpu/command_buffer/service/mailbox_manager_sync.h

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 | « google_apis/google_api_keys.cc ('k') | gpu/command_buffer/service/mailbox_manager_sync.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/mailbox_manager_sync.h
diff --git a/gpu/command_buffer/service/mailbox_manager_sync.h b/gpu/command_buffer/service/mailbox_manager_sync.h
index f7e6290b1c7780fc5f7fe0f6f92298f4ae6fa489..ba0c05e879f6887ae53b897c945fc1d22e3e4db4 100644
--- a/gpu/command_buffer/service/mailbox_manager_sync.h
+++ b/gpu/command_buffer/service/mailbox_manager_sync.h
@@ -72,7 +72,8 @@ class GPU_EXPORT MailboxManagerSync : public MailboxManager {
typedef std::map<Mailbox, scoped_refptr<TextureGroup>>
MailboxToGroupMap;
- static base::LazyInstance<MailboxToGroupMap> mailbox_to_group_;
+ static base::LazyInstance<MailboxToGroupMap>::DestructorAtExit
+ mailbox_to_group_;
};
struct TextureGroupRef {
« no previous file with comments | « google_apis/google_api_keys.cc ('k') | gpu/command_buffer/service/mailbox_manager_sync.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698