Index: include/gpu/GrDrawContext.h |
diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h |
index 7ae6f5e682b210b230185b4606c0b958960bd7de..2f664ba443c83725a92e4190afc37059d6b79b64 100644 |
--- a/include/gpu/GrDrawContext.h |
+++ b/include/gpu/GrDrawContext.h |
@@ -310,7 +310,7 @@ |
SkSurfaceProps fSurfaceProps; |
// In debug builds we guard against improper thread handling |
- mutable GrSingleOwner* fSingleOwner; |
+ SkDEBUGCODE(mutable GrSingleOwner* fSingleOwner;) |
}; |
#endif |