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

Unified Diff: components/view_manager/animation_runner.h

Issue 1099383002: Change ScopedPtrHashMap's 2nd template parameter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 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 | « components/signin/core/browser/account_tracker_service.h ('k') | components/webui_generator/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « components/signin/core/browser/account_tracker_service.h ('k') | components/webui_generator/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698