Index: components/view_manager/animation_runner.h |
diff --git a/components/view_manager/animation_runner.h b/components/view_manager/animation_runner.h |
index 02f9f2cbc5dba96be9830f37f3e1c8cf6f499352..99a169e31eacded3d887a97aa3e58bec613c5bd3 100644 |
--- a/components/view_manager/animation_runner.h |
+++ b/components/view_manager/animation_runner.h |
@@ -86,7 +86,7 @@ class AnimationRunner { |
}; |
using ViewToAnimationMap = |
- base::ScopedPtrHashMap<ServerView*, ScheduledAnimationGroup>; |
+ base::ScopedPtrHashMap<ServerView*, scoped_ptr<ScheduledAnimationGroup>>; |
using IdToViewsMap = std::map<AnimationId, std::set<ServerView*>>; |
void CancelAnimationForViewImpl(ServerView* view, CancelSource source); |