| Index: cc/animation/scroll_offset_animations.h
|
| diff --git a/cc/animation/scroll_offset_animations.h b/cc/animation/scroll_offset_animations.h
|
| index 67bdb00f5aa8b7e421af87fe0ea15454f930c5a0..421a31380cdf3bba8dc69de7cf14f674da56228e 100644
|
| --- a/cc/animation/scroll_offset_animations.h
|
| +++ b/cc/animation/scroll_offset_animations.h
|
| @@ -51,7 +51,7 @@
|
| 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_;
|
|
|