summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/animation/css/css_animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/animation/css/css_animation.h')
-rw-r--r--chromium/third_party/blink/renderer/core/animation/css/css_animation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/animation/css/css_animation.h b/chromium/third_party/blink/renderer/core/animation/css/css_animation.h
index 32bfc8a162c..ad68b5b8c37 100644
--- a/chromium/third_party/blink/renderer/core/animation/css/css_animation.h
+++ b/chromium/third_party/blink/renderer/core/animation/css/css_animation.h
@@ -51,7 +51,12 @@ class CORE_EXPORT CSSAnimation : public Animation {
void play(ExceptionState& = ASSERT_NO_EXCEPTION) override;
void reverse(ExceptionState& = ASSERT_NO_EXCEPTION) override;
void setTimeline(AnimationTimeline*) override;
+#if defined(USE_BLINK_V8_BINDING_NEW_IDL_UNION)
+ void setStartTime(const V8CSSNumberish* start_time,
+ ExceptionState& exception_state) override;
+#else // defined(USE_BLINK_V8_BINDING_NEW_IDL_UNION)
void setStartTime(CSSNumberish, ExceptionState&) override;
+#endif // defined(USE_BLINK_V8_BINDING_NEW_IDL_UNION)
// When set, subsequent changes to animation-play-state no longer affect the
// play state.