Index: Source/web/tests/GraphicsLayerTest.cpp |
diff --git a/Source/web/tests/GraphicsLayerTest.cpp b/Source/web/tests/GraphicsLayerTest.cpp |
index 29b7e1172af99bf5699c71671c72b729a328616f..fff5d6d3b92f83ebfa1f98c552a08ee132180bc2 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(); } |
}; |