From 09d994ecb30de2e62a31af2c16307af31fe0e0b3 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Wed, 21 Dec 2016 11:14:46 -0500 Subject: Misc batch->op cleanup Part 1 of 2 Change-Id: I80f951976558a284e55386e0a368f08bd835d8ca Reviewed-on: https://skia-review.googlesource.com/6359 Commit-Queue: Brian Salomon Reviewed-by: Brian Osman --- include/gpu/GrProgramElement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gpu/GrProgramElement.h') diff --git a/include/gpu/GrProgramElement.h b/include/gpu/GrProgramElement.h index ba9daf7154..ce09762693 100644 --- a/include/gpu/GrProgramElement.h +++ b/include/gpu/GrProgramElement.h @@ -27,7 +27,7 @@ class GrGpuResourceRef; * While a GrProgramElement is ref'ed any resources it owns are also ref'ed. However, once it gets * into the state where it has pending executions AND no refs then it converts its ownership of * its GrGpuResources from refs to pending IOs. The pending IOs allow the cache to track when it is - * safe to recycle a resource even though we still have buffered GrBatches that read or write to the + * safe to recycle a resource even though we still have buffered GrOps that read or write to the * the resource. * * To make this work all GrGpuResource objects owned by a GrProgramElement or derived classes -- cgit v1.2.3