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

Unified Diff: cc/test/animation_timelines_test_common.h

Issue 2860293002: Change cc::ElementId to be a uint64_t (Closed)
Patch Set: none Created 3 years, 7 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/test/animation_timelines_test_common.h
diff --git a/cc/test/animation_timelines_test_common.h b/cc/test/animation_timelines_test_common.h
index 968a05cd775350918bce235fad354d21ba1b84c9..142de16855427111089c37adb9e25af8bdd50b8a 100644
--- a/cc/test/animation_timelines_test_common.h
+++ b/cc/test/animation_timelines_test_common.h
@@ -179,7 +179,7 @@ class TestHostClient : public MutatorHostClient {
std::unique_ptr<AnimationHost> host_;
using ElementIdToTestLayer =
- std::unordered_map<ElementId, std::unique_ptr<TestLayer>, ElementIdHash>;
+ std::unordered_map<ElementId::Id, std::unique_ptr<TestLayer>>;
ElementIdToTestLayer layers_in_active_tree_;
ElementIdToTestLayer layers_in_pending_tree_;

Powered by Google App Engine
This is Rietveld 408576698