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

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

Issue 620783002: Devtools Animations: Basic animation inspection & control in Styles pane (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changed sequence number to string id Created 6 years, 2 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/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)
« no previous file with comments | « no previous file | Source/core/animation/KeyframeEffectModel.h » ('j') | Source/core/animation/KeyframeEffectModel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698