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

Unified Diff: Source/core/animation/CompositorPendingAnimations.h

Issue 984153002: Fix template angle bracket syntax in animation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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: Source/core/animation/CompositorPendingAnimations.h
diff --git a/Source/core/animation/CompositorPendingAnimations.h b/Source/core/animation/CompositorPendingAnimations.h
index dde206314b43909c0f9e48844f8b4335d1cb8c00..5c18612abe4a9c07e60dfb6342caf2924f1efddc 100644
--- a/Source/core/animation/CompositorPendingAnimations.h
+++ b/Source/core/animation/CompositorPendingAnimations.h
@@ -63,8 +63,8 @@ public:
private:
void timerFired(Timer<CompositorPendingAnimations>*) { update(false); }
- WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer> > m_pending;
- WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer> > m_waitingForCompositorAnimationStart;
+ WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer>> m_pending;
+ WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer>> m_waitingForCompositorAnimationStart;
Timer<CompositorPendingAnimations> m_timer;
int m_compositorGroup;
};
« no previous file with comments | « Source/core/animation/CompositorAnimationsTest.cpp ('k') | Source/core/animation/CompositorPendingAnimations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698