Index: tests/GpuDrawPathTest.cpp |
diff --git a/tests/GpuDrawPathTest.cpp b/tests/GpuDrawPathTest.cpp |
index f0148ba9a2d99b6967f402ea1cebc2a7f4a0c0f6..3e47a05ba3341fa74443183046e7e85d193eb484 100644 |
--- a/tests/GpuDrawPathTest.cpp |
+++ b/tests/GpuDrawPathTest.cpp |
@@ -56,7 +56,8 @@ DEF_GPUTEST(GpuDrawPath, reporter, factory) { |
for (size_t i = 0; i < SK_ARRAY_COUNT(sampleCounts); ++i) { |
SkImageInfo info = SkImageInfo::MakeN32Premul(255, 255); |
- SkAutoTUnref<SkSurface> surface(SkSurface::NewRenderTarget(grContext, info, sampleCounts[i])); |
+ SkAutoTUnref<SkSurface> surface(SkSurface::NewRenderTarget(grContext, info, |
+ sampleCounts[i], NULL)); |
test_drawPathEmpty(reporter, surface->getCanvas()); |
} |
} |