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..a7fe2c03e72d951fd3125bc0115e89043cf8ad00 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::Id, ScrollOffsetAnimationUpdate>; |
ElementToUpdateMap element_to_update_map_; |
AnimationHost* animation_host_; |