| Index: Source/core/rendering/compositing/RenderLayerCompositor.h
|
| diff --git a/Source/core/rendering/compositing/RenderLayerCompositor.h b/Source/core/rendering/compositing/RenderLayerCompositor.h
|
| index a23086908e655b10e03db20f6da2f003e784c50a..a07b1ab8a138894c4c989ee21dac2b78268fa3ce 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;
|
|
|