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 --- bench/AlternatingColorPatternBench.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bench/AlternatingColorPatternBench.cpp') 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: -- cgit v1.2.3