| 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..11d027fe7c422a9e57f81dceec5d64943c362950 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, std::unique_ptr<TestLayer>>;
|
| ElementIdToTestLayer layers_in_active_tree_;
|
| ElementIdToTestLayer layers_in_pending_tree_;
|
|
|
|
|