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

Unified Diff: components/exo/layer_tree_frame_sink_holder.h

Issue 2944523002: Improving flat containers interface. (Closed)
Patch Set: Other platforms compilation 2. Created 3 years, 5 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/tiles/checker_image_tracker_unittest.cc ('k') | components/viz/service/display/surface_aggregator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/layer_tree_frame_sink_holder.h
diff --git a/components/exo/layer_tree_frame_sink_holder.h b/components/exo/layer_tree_frame_sink_holder.h
index 12b0c453c2272f126b9b351cf57d051868c81c96..d3b316419a30e80f47a18e859f570940303566b2 100644
--- a/components/exo/layer_tree_frame_sink_holder.h
+++ b/components/exo/layer_tree_frame_sink_holder.h
@@ -58,7 +58,8 @@ class LayerTreeFrameSinkHolder : public cc::LayerTreeFrameSinkClient,
private:
// A collection of callbacks used to release resources.
- using ResourceReleaseCallbackMap = base::flat_map<int, cc::ReleaseCallback>;
+ using ResourceReleaseCallbackMap =
+ base::flat_map<cc::ResourceId, cc::ReleaseCallback>;
ResourceReleaseCallbackMap release_callbacks_;
Surface* surface_;
« no previous file with comments | « cc/tiles/checker_image_tracker_unittest.cc ('k') | components/viz/service/display/surface_aggregator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698