| Index: third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp b/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| index 101805c36177eab7fcdd8fe96c3ab2b5c1f01ef7..f742a967fcc45044ebe81d6a71be662c941ab470 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| @@ -37,8 +37,7 @@ namespace {
|
|
|
| class MockGraphicsLayerClient : public GraphicsLayerClient {
|
| public:
|
| - void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect&) const override { }
|
| - void paintContentsIfNeeded(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase) const override { }
|
| + void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect*) const override { }
|
|
|
| String debugName(const GraphicsLayer*) override { return String(); }
|
| };
|
|
|