| Index: Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.cpp b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| index d4a9d64b93994e0f0309f5a3ca973bce2ff85fa2..a0c3e5a12c90cbc9e2debc382ab886565326fe50 100644
|
| --- a/Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| +++ b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| @@ -2060,7 +2060,7 @@ void CompositedLayerMapping::verifyNotPainting()
|
| }
|
| #endif
|
|
|
| -void CompositedLayerMapping::notifyAnimationStarted(const GraphicsLayer*, double wallClockTime, double monotonicTime)
|
| +void CompositedLayerMapping::notifyAnimationStarted(const GraphicsLayer*, double monotonicTime)
|
| {
|
| renderer()->node()->document().cssPendingAnimations().notifyCompositorAnimationStarted(monotonicTime);
|
| }
|
|
|