| 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_;
|
|
|
|
|