Index: Source/platform/graphics/GraphicsLayerClient.h |
diff --git a/Source/platform/graphics/GraphicsLayerClient.h b/Source/platform/graphics/GraphicsLayerClient.h |
index b473485fb9c169991dd64cafd0e3526f4de2ba49..aec703d0a7afd04327f8745b8eeb358b1132ae8b 100644 |
--- a/Source/platform/graphics/GraphicsLayerClient.h |
+++ b/Source/platform/graphics/GraphicsLayerClient.h |
@@ -64,7 +64,7 @@ public: |
virtual ~GraphicsLayerClient() {} |
// Callback for when hardware-accelerated animation started. |
- virtual void notifyAnimationStarted(const GraphicsLayer*, double wallClockTime, double monotonicTime) = 0; |
+ virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) = 0; |
virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0; |
virtual bool isTrackingRepaints() const { return false; } |