Index: Source/core/rendering/compositing/RenderLayerCompositor.h |
diff --git a/Source/core/rendering/compositing/RenderLayerCompositor.h b/Source/core/rendering/compositing/RenderLayerCompositor.h |
index 117c752234b77d29779ddc25da5e1b3f58060be4..2394a66f53324815bad74aef691be3a7ba68835a 100644 |
--- a/Source/core/rendering/compositing/RenderLayerCompositor.h |
+++ b/Source/core/rendering/compositing/RenderLayerCompositor.h |
@@ -237,7 +237,7 @@ private: |
bool updateLayerIfViewportConstrained(RenderLayer*); |
// GraphicsLayerClient implementation |
- virtual void notifyAnimationStarted(const GraphicsLayer*, double, double) OVERRIDE { } |
+ virtual void notifyAnimationStarted(const GraphicsLayer*, double) OVERRIDE { } |
virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect&) OVERRIDE; |
virtual bool isTrackingRepaints() const OVERRIDE; |