Index: cc/animation/scroll_offset_animations.h |
diff --git a/cc/animation/scroll_offset_animations.h b/cc/animation/scroll_offset_animations.h |
index 421a31380cdf3bba8dc69de7cf14f674da56228e..67bdb00f5aa8b7e421af87fe0ea15454f930c5a0 100644 |
--- a/cc/animation/scroll_offset_animations.h |
+++ b/cc/animation/scroll_offset_animations.h |
@@ -51,7 +51,7 @@ class CC_EXPORT ScrollOffsetAnimations { |
ScrollOffsetAnimationUpdate GetUpdateForElementId(ElementId) const; |
using ElementToUpdateMap = |
- std::unordered_map<ElementId, ScrollOffsetAnimationUpdate>; |
+ std::unordered_map<ElementId, ScrollOffsetAnimationUpdate, ElementIdHash>; |
ElementToUpdateMap element_to_update_map_; |
AnimationHost* animation_host_; |