| Index: Source/web/PageOverlay.cpp
|
| diff --git a/Source/web/PageOverlay.cpp b/Source/web/PageOverlay.cpp
|
| index 2d4130f88b6a541e5f901d62897f41cce7264200..6536dbd415fd141c596d397963d070616c59662a 100644
|
| --- a/Source/web/PageOverlay.cpp
|
| +++ b/Source/web/PageOverlay.cpp
|
| @@ -72,7 +72,7 @@ public:
|
|
|
| virtual ~OverlayGraphicsLayerClientImpl() { }
|
|
|
| - virtual void notifyAnimationStarted(const GraphicsLayer*, double wallClockTime, double monotonicTime) OVERRIDE { }
|
| + virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { }
|
|
|
| virtual void paintContents(const GraphicsLayer*, GraphicsContext& gc, GraphicsLayerPaintingPhase, const IntRect& inClip)
|
| {
|
|
|