aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrStencilBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrStencilBuffer.h')
-rw-r--r--src/gpu/GrStencilBuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/GrStencilBuffer.h b/src/gpu/GrStencilBuffer.h
index 27c0a0ca97..690fa329a8 100644
--- a/src/gpu/GrStencilBuffer.h
+++ b/src/gpu/GrStencilBuffer.h
@@ -59,8 +59,8 @@ public:
return fLastClipData;
}
- // places the sb in the cache and locks it. Caller transfers
- // a ref to the the cache which will unref when purged.
+ // Places the sb in the cache and locks it. The cache takes a ref
+ // of the stencil buffer.
void transferToCacheAndLock();
static GrResourceKey ComputeKey(int width, int height, int sampleCnt);