Chromium Code Reviews| Index: include/gpu/GrDrawContext.h |
| diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h |
| index 2f664ba443c83725a92e4190afc37059d6b79b64..7ae6f5e682b210b230185b4606c0b958960bd7de 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 |
| - SkDEBUGCODE(mutable GrSingleOwner* fSingleOwner;) |
| + mutable GrSingleOwner* fSingleOwner; |
| }; |
| #endif |