Chromium Code Reviews| Index: Source/core/animation/AnimationPlayer.h |
| diff --git a/Source/core/animation/AnimationPlayer.h b/Source/core/animation/AnimationPlayer.h |
| index 3157b712ce9ca49f9bfde13cc00a0c67f88d361f..132c766381b3256682aee44e55c3df4ef485eb3f 100644 |
| --- a/Source/core/animation/AnimationPlayer.h |
| +++ b/Source/core/animation/AnimationPlayer.h |
| @@ -141,6 +141,7 @@ public: |
| void preCommit(bool startOnCompositor); |
| void postCommit(double timelineTime); |
| + String id() const { return "s" + String::number(m_sequenceNumber); } |
|
caseq
2014/10/03 12:43:55
Do we need the prefix and do we need this to happe
samli
2014/10/07 05:25:43
Done.
|
| unsigned sequenceNumber() const { return m_sequenceNumber; } |
| static bool hasLowerPriority(AnimationPlayer* player1, AnimationPlayer* player2) |