| Index: tests/GpuDrawPathTest.cpp
|
| diff --git a/tests/GpuDrawPathTest.cpp b/tests/GpuDrawPathTest.cpp
|
| index 3e47a05ba3341fa74443183046e7e85d193eb484..b86689fd4e390cd9552b3696da7e2a3d56d1a3f3 100644
|
| --- a/tests/GpuDrawPathTest.cpp
|
| +++ b/tests/GpuDrawPathTest.cpp
|
| @@ -56,8 +56,9 @@ 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], NULL));
|
| + SkAutoTUnref<SkSurface> surface(
|
| + SkSurface::NewRenderTarget(grContext, SkSurface::kNo_Budgeted, info,
|
| + sampleCounts[i], NULL));
|
| test_drawPathEmpty(reporter, surface->getCanvas());
|
| }
|
| }
|
|
|