Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / animation / AnimationTimelineTest.cpp
index c754b4c..889e29c 100644 (file)
@@ -109,6 +109,7 @@ protected:
     void updateClockAndService(double time)
     {
         document->animationClock().updateTime(time);
+        document->compositorPendingAnimations().update(false);
         timeline->serviceAnimations(TimingUpdateForAnimationFrame);
     }