Index: Source/platform/graphics/GraphicsLayerTest.cpp |
diff --git a/Source/platform/graphics/GraphicsLayerTest.cpp b/Source/platform/graphics/GraphicsLayerTest.cpp |
index 9af7292ea2e63f66e2115148ffccf96493823078..7d701d36045e6cd23ebb6295f38c1aff294c2b33 100644 |
--- a/Source/platform/graphics/GraphicsLayerTest.cpp |
+++ b/Source/platform/graphics/GraphicsLayerTest.cpp |
@@ -47,7 +47,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(); } |
}; |