| 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 e5cc06defcbbc10ca345a4651f20e0edda1082ef..78a78830ee807548344c79b71cd634ff052f8e3f 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| @@ -46,6 +46,7 @@ namespace {
|
| class MockGraphicsLayerClient : public GraphicsLayerClient {
|
| public:
|
| void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) const override { }
|
| + void paintContentsIfNeeded(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase) const override { }
|
| String debugName(const GraphicsLayer*) override { return String(); }
|
| };
|
|
|
|
|