| Index: third_party/WebKit/Source/platform/graphics/paint/PaintArtifactToSkCanvasTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintArtifactToSkCanvasTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintArtifactToSkCanvasTest.cpp
|
| index 792538d281391abda9a1a03d34d1c36c66930b70..5425248272b9393eace6aa66e737308b2ed52bd4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintArtifactToSkCanvasTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintArtifactToSkCanvasTest.cpp
|
| @@ -65,7 +65,7 @@ public:
|
| const SkRect& rect() const { return m_rect; }
|
| SkColor color() const { return m_color; }
|
| PassRefPtr<SkPicture> makePicture() const { return pictureWithRect(m_rect, m_color); }
|
| - DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); }
|
| + DisplayItemClient displayItemClient() const { return DisplayItemClient(this); }
|
| String debugName() const { return "<dummy>"; }
|
|
|
| private:
|
|
|