| Index: Source/web/tests/GraphicsLayerTest.cpp
|
| diff --git a/Source/web/tests/GraphicsLayerTest.cpp b/Source/web/tests/GraphicsLayerTest.cpp
|
| index 5ae5a78a3d8cd6bcaa6e3183bea6ecf01d3bd063..0550c62e57dea8c063feb06b6d8f0536e1fae86f 100644
|
| --- a/Source/web/tests/GraphicsLayerTest.cpp
|
| +++ b/Source/web/tests/GraphicsLayerTest.cpp
|
| @@ -48,7 +48,7 @@ namespace {
|
|
|
| class MockGraphicsLayerClient : public GraphicsLayerClient {
|
| public:
|
| - virtual void notifyAnimationStarted(const GraphicsLayer*, double wallClockTime, double monotonicTime) OVERRIDE { }
|
| + virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { }
|
| virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { }
|
| virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); }
|
| };
|
|
|