Index: Source/web/tests/ImageLayerChromiumTest.cpp |
diff --git a/Source/web/tests/ImageLayerChromiumTest.cpp b/Source/web/tests/ImageLayerChromiumTest.cpp |
index 89aff24a46655c3834a30bffb505de34025c1d90..ba6159b8405b7840cb7114d135e4152cd74068c3 100644 |
--- a/Source/web/tests/ImageLayerChromiumTest.cpp |
+++ b/Source/web/tests/ImageLayerChromiumTest.cpp |
@@ -39,6 +39,7 @@ class MockGraphicsLayerClient : public GraphicsLayerClient { |
public: |
virtual void notifyAnimationStarted(const GraphicsLayer*, double time) OVERRIDE { } |
virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { } |
+ virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); } |
}; |
class TestImage : public Image { |