Index: include/gpu/GrGpuResourceRef.h |
diff --git a/include/gpu/GrGpuResourceRef.h b/include/gpu/GrGpuResourceRef.h |
index 13adbee2426f4d5a06495c57d9aa1be97903256f..a91dcfeed5642ed46ea9523fe28da91b5b145f9c 100644 |
--- a/include/gpu/GrGpuResourceRef.h |
+++ b/include/gpu/GrGpuResourceRef.h |
@@ -28,7 +28,7 @@ |
* state 2 to state 3. Calling pendingIOComplete() moves from state 2 to state 1. There is no |
* valid way of going from state 3 back to 2 or 1. |
* |
- * Like SkAutoTUnref, its constructor and setter adopt a ref from their caller. |
+ * Like sk_sp, its constructor and setter adopt a ref from their caller. |
* |
* TODO: Once GrDODrawState no longer exists and therefore GrDrawState and GrOptDrawState no |
* longer share an instance of this class, attempt to make the resource owned by GrGpuResourceRef |