Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index baf99789c0b8f965ed5da23c9d617243c60e99ab..39477e0db81fbdc0875aec82f4220664336be11f 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -392,9 +392,7 @@ |
SkMutex fTestPMConversionsMutex; |
// In debug builds we guard against improper thread handling |
- // This guard is passed to the GrDrawingManager and, from there to all the |
- // GrDrawContexts. It is also passed to the GrTextureProvider and SkGpuDevice. |
- mutable GrSingleOwner fSingleOwner; |
+ SkDEBUGCODE(mutable GrSingleOwner fSingleOwner;) |
struct CleanUpData { |
PFCleanUpFunc fFunc; |