| Index: Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.cpp b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| index 40ac4ccd786e97b347b483b5e452952a34cc831b..6d505b02bfb786285d36485183e7171d1c1bf321 100644
|
| --- a/Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| +++ b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| @@ -1997,7 +1997,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);
|
| }
|
|
|