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

Unified Diff: trunk/Source/core/page/animation/CompositeAnimation.h

Issue 18196004: Revert 153294 "Remove AtomicStringImpl." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 6 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
Index: trunk/Source/core/page/animation/CompositeAnimation.h
===================================================================
--- trunk/Source/core/page/animation/CompositeAnimation.h (revision 153372)
+++ trunk/Source/core/page/animation/CompositeAnimation.h (working copy)
@@ -87,12 +87,12 @@
void updateKeyframeAnimations(RenderObject*, RenderStyle* currentStyle, RenderStyle* targetStyle);
typedef HashMap<int, RefPtr<ImplicitAnimation> > CSSPropertyTransitionsMap;
- typedef HashMap<StringImpl*, RefPtr<KeyframeAnimation> > AnimationNameMap;
+ typedef HashMap<AtomicStringImpl*, RefPtr<KeyframeAnimation> > AnimationNameMap;
AnimationControllerPrivate* m_animationController;
CSSPropertyTransitionsMap m_transitions;
AnimationNameMap m_keyframeAnimations;
- Vector<StringImpl*> m_keyframeAnimationOrderMap;
+ Vector<AtomicStringImpl*> m_keyframeAnimationOrderMap;
bool m_suspended;
};
« no previous file with comments | « trunk/Source/core/html/HTMLObjectElement.cpp ('k') | trunk/Source/core/page/animation/CompositeAnimation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698