Chromium Code Reviews| Index: tests/SurfaceTest.cpp |
| diff --git a/tests/SurfaceTest.cpp b/tests/SurfaceTest.cpp |
| index 69c8b845ece6227761d900a1944b9d08f3a8aee0..63e47f1997c2605b8010b18b218fd41accf840fd 100644 |
| --- a/tests/SurfaceTest.cpp |
| +++ b/tests/SurfaceTest.cpp |
| @@ -52,7 +52,7 @@ |
| } |
| case kGpu_SurfaceType: |
| #if SK_SUPPORT_GPU |
| - return context ? SkSurface::NewRenderTarget(context, info, 0, NULL) : NULL; |
| + return context ? SkSurface::NewRenderTarget(context, info) : NULL; |
| #endif |
| break; |
| case kGpuScratch_SurfaceType: |