| Index: Source/web/tests/GraphicsLayerTest.cpp
|
| diff --git a/Source/web/tests/GraphicsLayerTest.cpp b/Source/web/tests/GraphicsLayerTest.cpp
|
| index a93afcecb964faabbce1468c8c93b5b231d84d23..2a98a98f8da7491581d6c8dc2edb2a75c4023f72 100644
|
| --- a/Source/web/tests/GraphicsLayerTest.cpp
|
| +++ b/Source/web/tests/GraphicsLayerTest.cpp
|
| @@ -50,6 +50,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 GraphicsLayerForTesting : public GraphicsLayer {
|
|
|