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

Unified Diff: sky/engine/core/animation/AnimationNodeTiming.h

Issue 942553002: Make element.style["color"] work in Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add back removeProperty Created 5 years, 10 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: sky/engine/core/animation/AnimationNodeTiming.h
diff --git a/sky/engine/core/animation/AnimationNodeTiming.h b/sky/engine/core/animation/AnimationNodeTiming.h
index de36dfd5f28cebceb32b295c03c1fecb26e981c6..790a8ad4e14ec24f190b67cf58e72e975ea3c43a 100644
--- a/sky/engine/core/animation/AnimationNodeTiming.h
+++ b/sky/engine/core/animation/AnimationNodeTiming.h
@@ -22,7 +22,7 @@ public:
String fill();
double iterationStart();
double iterations();
- void getDuration(String propertyName, Nullable<double>& element0, String& element1);
+ String getDuration(String propertyName);
double playbackRate();
String direction();
String easing();
« no previous file with comments | « sky/engine/bindings/scripts/templates/interface_dart.template ('k') | sky/engine/core/animation/AnimationNodeTiming.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698