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

Unified Diff: cc/surfaces/surface_aggregator.h

Issue 2847553002: cc: Replace some instances of unordered_map with base::flat_map. (Closed)
Patch Set: 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
Index: cc/surfaces/surface_aggregator.h
diff --git a/cc/surfaces/surface_aggregator.h b/cc/surfaces/surface_aggregator.h
index 5fe0c3d724478e81e88021c85921de81a3b2e9f4..23c7b2f6e748b6628d64f6f724030ca82fbdaa93 100644
--- a/cc/surfaces/surface_aggregator.h
+++ b/cc/surfaces/surface_aggregator.h
@@ -6,6 +6,7 @@
#define CC_SURFACES_SURFACE_AGGREGATOR_H_
#include <memory>
+#include <unordered_map>
#include "base/containers/flat_map.h"
#include "base/containers/flat_set.h"

Powered by Google App Engine
This is Rietveld 408576698