| Index: include/core/SkSurface.h
|
| diff --git a/include/core/SkSurface.h b/include/core/SkSurface.h
|
| index 427f52dcc001d784c2744c5bb80ef3b4d45dd36a..a092a81ca592745fc599804952f680194f29f437 100644
|
| --- a/include/core/SkSurface.h
|
| +++ b/include/core/SkSurface.h
|
| @@ -169,7 +169,7 @@ public:
|
| }
|
| static SkSurface* NewRenderTarget(GrContext* ctx, SkBudgeted b, const SkImageInfo& info,
|
| int sampleCount, const SkSurfaceProps* props = NULL) {
|
| - return MakeRenderTarget(ctx, b, info, sampleCount, props, a).release();
|
| + return MakeRenderTarget(ctx, b, info, sampleCount, props).release();
|
| }
|
| static SkSurface* NewRenderTarget(GrContext* gr, SkBudgeted b, const SkImageInfo& info) {
|
| return NewRenderTarget(gr, b, info, 0);
|
|
|