| Index: services/view_manager/animation_runner.h
|
| diff --git a/services/view_manager/animation_runner.h b/services/view_manager/animation_runner.h
|
| index 64bf49404ab6e2c5226a88b71c5466b2fbc75173..b79c6803396f530b2cf27d0b76c602c1e551f667 100644
|
| --- a/services/view_manager/animation_runner.h
|
| +++ b/services/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);
|
|
|