Index: third_party/WebKit/Source/core/animation/AnimationTest.cpp |
diff --git a/third_party/WebKit/Source/core/animation/AnimationTest.cpp b/third_party/WebKit/Source/core/animation/AnimationTest.cpp |
index b0605cf8c6bd016cad69924bf94c59a4bfa5472f..980ba194ce7d8148cede50b98defc286526c46e3 100644 |
--- a/third_party/WebKit/Source/core/animation/AnimationTest.cpp |
+++ b/third_party/WebKit/Source/core/animation/AnimationTest.cpp |
@@ -73,7 +73,8 @@ class AnimationAnimationTest : public ::testing::Test { |
bool simulateFrame(double time) { |
document->animationClock().updateTime(time); |
- document->compositorPendingAnimations().update(false); |
+ document->compositorPendingAnimations().update( |
+ Optional<CompositorElementIdSet>(), false); |
// The timeline does not know about our animation, so we have to explicitly |
// call update(). |
return animation->update(TimingUpdateForAnimationFrame); |