aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/AlternatingColorPatternBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/AlternatingColorPatternBench.cpp')
-rw-r--r--bench/AlternatingColorPatternBench.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/AlternatingColorPatternBench.cpp b/bench/AlternatingColorPatternBench.cpp
index 147dc3607b..3777f2bbf3 100644
--- a/bench/AlternatingColorPatternBench.cpp
+++ b/bench/AlternatingColorPatternBench.cpp
@@ -70,8 +70,8 @@ static void makebm(SkBitmap* bm, int w, int h) {
*
* The bench is used to test a few things. First it can test any optimizations made for a specific
* color pattern (for example drawing an opaque bitmap versus one with partial alpha). Also it can
- * be used to test the cost of program switching and/or batching when alternating between different
- * patterns when on the gpu.
+ * be used to test the cost of program switching and/or GrDrawOp combining when alternating between
+ * different patterns when on the gpu.
*/
class AlternatingColorPatternBench : public Benchmark {
public: