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

Unified Diff: Source/core/animation/KeyframeEffectModel.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/KeyframeEffectModel.h
diff --git a/Source/core/animation/KeyframeEffectModel.h b/Source/core/animation/KeyframeEffectModel.h
index c39de7e8e798bdff66be3867b6dc05f53b5e9dec..9ba60aaa28dd834de9aca86f1f2845491fef3500 100644
--- a/Source/core/animation/KeyframeEffectModel.h
+++ b/Source/core/animation/KeyframeEffectModel.h
@@ -51,6 +51,7 @@ class Element;
class KeyframeEffectModelTest;
class KeyframeEffectModelBase : public AnimationEffect {
+friend class InspectorCSSAgent;
vsevik 2014/10/06 16:00:54 You should define an explicit API here that should
samli 2014/10/07 05:25:43 Done.
public:
// FIXME: Implement accumulation.

Powered by Google App Engine
This is Rietveld 408576698