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

Unified Diff: cc/resources/resource_provider.h

Issue 2825853002: Improvements to uses of base::SmallMap (Closed)
Patch Set: Review comments Created 3 years, 8 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 | « base/trace_event/trace_event_memory_overhead.cc ('k') | cc/scheduler/begin_frame_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/resource_provider.h
diff --git a/cc/resources/resource_provider.h b/cc/resources/resource_provider.h
index 2ca4ba19e1cc14ab55bd5638241083743c25db52..2b664ffd702bbf2d6c936d3216876ea74289563a 100644
--- a/cc/resources/resource_provider.h
+++ b/cc/resources/resource_provider.h
@@ -800,7 +800,7 @@ class CC_EXPORT ResourceProvider
// immediately.
bool batch_return_resources_ = false;
// Maps from a child id to the set of resources to be returned to it.
- base::SmallMap<std::map<int, ResourceIdArray>> batched_returning_resources_;
+ base::small_map<std::map<int, ResourceIdArray>> batched_returning_resources_;
base::ThreadChecker thread_checker_;
« no previous file with comments | « base/trace_event/trace_event_memory_overhead.cc ('k') | cc/scheduler/begin_frame_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698