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

Unified Diff: cc/scheduler/begin_frame_source.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 | « cc/resources/resource_provider.h ('k') | cc/scheduler/begin_frame_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/begin_frame_source.h
diff --git a/cc/scheduler/begin_frame_source.h b/cc/scheduler/begin_frame_source.h
index 5831339961733c726cc9fef4e23c75e9fc216a57..f9c47c5522dc70e66d06235af8014094b42c76b0 100644
--- a/cc/scheduler/begin_frame_source.h
+++ b/cc/scheduler/begin_frame_source.h
@@ -283,7 +283,7 @@ class CC_EXPORT BeginFrameObserverAckTracker {
base::flat_set<BeginFrameObserver*> observers_;
base::flat_set<BeginFrameObserver*> finished_observers_;
bool observers_had_damage_ = false;
- base::SmallMap<std::map<BeginFrameObserver*, uint64_t>, 4>
+ base::flat_map<BeginFrameObserver*, uint64_t>
latest_confirmed_sequence_numbers_;
DISALLOW_COPY_AND_ASSIGN(BeginFrameObserverAckTracker);
« no previous file with comments | « cc/resources/resource_provider.h ('k') | cc/scheduler/begin_frame_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698