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