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