Index: Source/platform/graphics/ImageLayerChromiumTest.cpp |
diff --git a/Source/platform/graphics/ImageLayerChromiumTest.cpp b/Source/platform/graphics/ImageLayerChromiumTest.cpp |
index d36330179e70a8d15394d6e7b1d9fcf97baff60b..b585a127c0915e33bb4b53a544315bc746b2bcc6 100644 |
--- a/Source/platform/graphics/ImageLayerChromiumTest.cpp |
+++ b/Source/platform/graphics/ImageLayerChromiumTest.cpp |
@@ -37,7 +37,6 @@ namespace { |
class MockGraphicsLayerClient : public GraphicsLayerClient { |
public: |
- 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(); } |
}; |