Index: src/gpu/GrTest.h |
diff --git a/src/gpu/GrTest.h b/src/gpu/GrTest.h |
index 47122c598fbacb776476fc79e5b1faa346b24218..cf9a53ec77b79e0f4851ed88263bfcfdbb752deb 100644 |
--- a/src/gpu/GrTest.h |
+++ b/src/gpu/GrTest.h |
@@ -24,8 +24,6 @@ public: |
GrDrawTarget* target() { return fDrawTarget.get(); } |
private: |
- SkTLazy<GrDrawTarget::AutoGeometryPush> fAGP; |
- |
SkAutoTUnref<GrDrawTarget> fDrawTarget; |
SkAutoTUnref<GrContext> fContext; |
}; |