| Index: Source/web/tests/ImageLayerChromiumTest.cpp
|
| diff --git a/Source/web/tests/ImageLayerChromiumTest.cpp b/Source/web/tests/ImageLayerChromiumTest.cpp
|
| index ae1a8c2876dcfc5d4d932866532e238c77ac24bf..da06d30a09bd7ac419a91064a62b8846d176acd5 100644
|
| --- a/Source/web/tests/ImageLayerChromiumTest.cpp
|
| +++ b/Source/web/tests/ImageLayerChromiumTest.cpp
|
| @@ -37,7 +37,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(); }
|
| };
|
|
|