Index: third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
index 756bf7d0678040c6aaa513ecdb99027f911efa9b..1f54ea10413a741e5f0743c33bc16295ef5d927a 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
@@ -49,7 +49,7 @@ namespace { |
class MockGraphicsLayerClient : public GraphicsLayerClient { |
public: |
- void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect* inClip) const override { } |
+ IntRect paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect*) const override { return IntRect(); } |
String debugName(const GraphicsLayer*) override { return String(); } |
}; |