Index: third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.cpp |
diff --git a/third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.cpp b/third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.cpp |
index dc1c5bbc005889bc7e1403c506d006db32846937..31929420ab15dd977efe4e44c32afe225f8ce46d 100644 |
--- a/third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.cpp |
+++ b/third_party/WebKit/Source/modules/compositorworker/WindowAnimationWorklet.cpp |
@@ -40,7 +40,7 @@ Worklet* WindowAnimationWorklet::animationWorklet(ExecutionContext* executionCon |
AnimationWorklet* WindowAnimationWorklet::animationWorklet(ExecutionContext* executionContext) |
{ |
if (!m_animationWorklet) |
- m_animationWorklet = AnimationWorklet::create(executionContext); |
+ m_animationWorklet = AnimationWorklet::create(executionContext, frame()); |
return m_animationWorklet.get(); |
} |