Index: src/gpu/GrDrawContext.cpp |
diff --git a/src/gpu/GrDrawContext.cpp b/src/gpu/GrDrawContext.cpp |
index 497af7ce9b764fa0b64c21b2759db1e68e1753c7..01bd161b3010080f694098e5f1a2d77d73cd0e30 100644 |
--- a/src/gpu/GrDrawContext.cpp |
+++ b/src/gpu/GrDrawContext.cpp |
@@ -57,10 +57,7 @@ |
, fDrawTarget(SkSafeRef(rt->getLastDrawTarget())) |
, fTextContext(nullptr) |
, fSurfaceProps(SkSurfacePropsCopyOrDefault(surfaceProps)) |
-#ifdef SK_DEBUG |
- , fSingleOwner(singleOwner) |
-#endif |
-{ |
+ , fSingleOwner(singleOwner) { |
SkDEBUGCODE(this->validate();) |
} |