summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/animation/compositor_keyframe_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/platform/animation/compositor_keyframe_model.h')
-rw-r--r--chromium/third_party/blink/renderer/platform/animation/compositor_keyframe_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/platform/animation/compositor_keyframe_model.h b/chromium/third_party/blink/renderer/platform/animation/compositor_keyframe_model.h
index 3002115a428..7144083160b 100644
--- a/chromium/third_party/blink/renderer/platform/animation/compositor_keyframe_model.h
+++ b/chromium/third_party/blink/renderer/platform/animation/compositor_keyframe_model.h
@@ -63,7 +63,7 @@ class PLATFORM_EXPORT CompositorKeyframeModel {
void SetStartTime(base::TimeTicks);
double TimeOffset() const;
- void SetTimeOffset(double monotonic_time);
+ void SetTimeOffset(base::TimeDelta monotonic_time);
Direction GetDirection() const;
void SetDirection(Direction);