From 3716fd067a5621bb94a6cb08d72afec8bf3aceda Mon Sep 17 00:00:00 2001 From: reed Date: Sun, 21 Sep 2014 09:39:55 -0700 Subject: introduce Props to surface (work in progress) BUG=skia: R=robertphillips@google.com, bsalomon@google.com, jvanverth@google.com, bungeman@google.com, fmalita@google.com, vangelis@chromium.org, reed@chromium.org Author: reed@google.com Review URL: https://codereview.chromium.org/551463004 --- tests/GpuDrawPathTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/GpuDrawPathTest.cpp') diff --git a/tests/GpuDrawPathTest.cpp b/tests/GpuDrawPathTest.cpp index f0148ba9a2..3e47a05ba3 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 surface(SkSurface::NewRenderTarget(grContext, info, sampleCounts[i])); + SkAutoTUnref surface(SkSurface::NewRenderTarget(grContext, info, + sampleCounts[i], NULL)); test_drawPathEmpty(reporter, surface->getCanvas()); } } -- cgit v1.2.3