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

Unified Diff: ui/accelerated_widget_mac/display_link_mac.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 | « ui/accelerated_widget_mac/accelerated_widget_mac.mm ('k') | ui/accelerated_widget_mac/display_link_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accelerated_widget_mac/display_link_mac.h
diff --git a/ui/accelerated_widget_mac/display_link_mac.h b/ui/accelerated_widget_mac/display_link_mac.h
index c376c702a73bc1511b295987eb086ad795ba16c6..2b8bde1db9f16bacfe9a8c2846c748af5c1bf644 100644
--- a/ui/accelerated_widget_mac/display_link_mac.h
+++ b/ui/accelerated_widget_mac/display_link_mac.h
@@ -90,7 +90,7 @@ class ACCELERATED_WIDGET_MAC_EXPORT DisplayLinkMac
// Each display link instance consumes a non-negligible number of cycles, so
// make all display links on the same screen share the same object.
typedef std::map<CGDirectDisplayID, DisplayLinkMac*> DisplayMap;
- static base::LazyInstance<DisplayMap> display_map_;
+ static base::LazyInstance<DisplayMap>::DestructorAtExit display_map_;
};
} // ui
« no previous file with comments | « ui/accelerated_widget_mac/accelerated_widget_mac.mm ('k') | ui/accelerated_widget_mac/display_link_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698