 Chromium Code Reviews
 Chromium Code Reviews Issue 1567983002:
  Add guards to GrTextureProvider  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@gpudeviceguards
    
  
    Issue 1567983002:
  Add guards to GrTextureProvider  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@gpudeviceguards| 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 @@ private: | 
| SkSurfaceProps fSurfaceProps; | 
| // In debug builds we guard against improper thread handling | 
| - mutable GrSingleOwner* fSingleOwner; | 
| + SkDEBUGCODE(mutable GrSingleOwner* fSingleOwner;) | 
| }; | 
| #endif |