| Index: src/gpu/GrTest.cpp
|
| diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
|
| index d5fb532d1c77827265bdc95cec4ee8de405a2883..329f923b208336c9801ca7febcaeddf20fe56e04 100644
|
| --- a/src/gpu/GrTest.cpp
|
| +++ b/src/gpu/GrTest.cpp
|
| @@ -19,7 +19,6 @@ void GrTestTarget::init(GrContext* ctx, GrDrawTarget* target) {
|
| fContext.reset(SkRef(ctx));
|
| fDrawTarget.reset(SkRef(target));
|
|
|
| - SkNEW_IN_TLAZY(&fACR, GrDrawTarget::AutoClipRestore, (target));
|
| SkNEW_IN_TLAZY(&fAGP, GrDrawTarget::AutoGeometryPush, (target));
|
| }
|
|
|
|
|