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

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

Issue 466323002: IDL: Use Nullable for union type return value (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « Source/bindings/tests/results/V8TestTypedefs.cpp ('k') | Source/core/animation/AnimationNodeTiming.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationNodeTiming.h
diff --git a/Source/core/animation/AnimationNodeTiming.h b/Source/core/animation/AnimationNodeTiming.h
index ec3474472b608e957de9f5642df90d3945a5a42c..9ef0f1335e1ee8933cc1c2014a11e03dc1ca86c3 100644
--- a/Source/core/animation/AnimationNodeTiming.h
+++ b/Source/core/animation/AnimationNodeTiming.h
@@ -5,6 +5,7 @@
#ifndef AnimationNodeTiming_h
#define AnimationNodeTiming_h
+#include "bindings/core/v8/Nullable.h"
#include "bindings/core/v8/ScriptWrappable.h"
#include "core/animation/AnimationNode.h"
#include "wtf/RefCounted.h"
@@ -20,7 +21,7 @@ public:
String fill();
double iterationStart();
double iterations();
- void getDuration(String propertyName, bool& element0Enabled, double& element0, bool& element1Enabled, String& element1);
+ void getDuration(String propertyName, Nullable<double>& element0, String& element1);
double playbackRate();
String direction();
String easing();
« no previous file with comments | « Source/bindings/tests/results/V8TestTypedefs.cpp ('k') | Source/core/animation/AnimationNodeTiming.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698