| Index: Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
|
| index 0bb507d46296f89500b6954fe0ece73102e375ae..7124817f79325bda824c0480bd1aa23044e7b708 100644
|
| --- a/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/Source/platform/graphics/GraphicsLayer.h
|
| @@ -289,8 +289,8 @@ public:
|
| virtual void paint(GraphicsContext&, const IntRect& clip) OVERRIDE;
|
|
|
| // WebAnimationDelegate implementation.
|
| - virtual void notifyAnimationStarted(double wallClockTime, double monotonicTime, blink::WebAnimation::TargetProperty) OVERRIDE;
|
| - virtual void notifyAnimationFinished(double wallClockTime, double monotonicTime, blink::WebAnimation::TargetProperty) OVERRIDE;
|
| + virtual void notifyAnimationStarted(double monotonicTime, blink::WebAnimation::TargetProperty) OVERRIDE;
|
| + virtual void notifyAnimationFinished(double monotonicTime, blink::WebAnimation::TargetProperty) OVERRIDE;
|
|
|
| // WebLayerScrollClient implementation.
|
| virtual void didScroll() OVERRIDE;
|
|
|