Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Unified Diff: services/view_manager/animation_runner.h

Issue 1128733002: Update from https://crrev.com/328418 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/linux/system_headers/linux_futex.h ('k') | services/window_manager/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « sandbox/linux/system_headers/linux_futex.h ('k') | services/window_manager/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698