Index: third_party/WebKit/Source/platform/graphics/GraphicsContextTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContextTest.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsContextTest.cpp |
index d4471a768ea4b708d4b57c096e64fd773a8c9abe..46da10f5371ba3262d902bb6f6f9f45986a40430 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContextTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContextTest.cpp |
@@ -135,7 +135,7 @@ TEST(GraphicsContextTest, UnboundedDrawsAreClipped) |
SkPaint paint; |
paint.setColor(alpha.rgb()); |
paint.setXfermodeMode(SkXfermode::kSrcOut_Mode); |
- context.drawPath(path.skPath(), paint); |
+ context.drawPath(path.getSkPath(), paint); |
picture = context.endRecording(); |
canvas.drawPicture(picture.get()); |