Index: cc/animation/animation_host.h |
diff --git a/cc/animation/animation_host.h b/cc/animation/animation_host.h |
index f8b645034e046957d9460c71163beb20ebc68498..4a7ffbfbb1accf7e63c933e1f2d3011fc6d0465b 100644 |
--- a/cc/animation/animation_host.h |
+++ b/cc/animation/animation_host.h |
@@ -45,7 +45,9 @@ enum class ThreadInstance { MAIN, IMPL }; |
class CC_EXPORT AnimationHost { |
public: |
using ElementToAnimationsMap = |
- std::unordered_map<ElementId, scoped_refptr<ElementAnimations>>; |
+ std::unordered_map<ElementId, |
+ scoped_refptr<ElementAnimations>, |
+ ElementIdHash>; |
static std::unique_ptr<AnimationHost> CreateMainInstance(); |
static std::unique_ptr<AnimationHost> CreateForTesting( |