commit | 2bb343c5e822ea6a392f8e86f1b0434d6588377f | [log] [tgz] |
---|---|---|
author | Herb Derby <herb@google.com> | Thu Nov 08 15:03:48 2018 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Nov 09 20:16:26 2018 +0000 |
tree | 217637dce24b1c6fbf65e5e15e44a0ab7b3c5789 | |
parent | 5cd242b4fc8fb926d1233bb4561c0607755c4e05 [diff] [blame] |
Remove runIndex as a concept for GrTextBlob Change-Id: I8ac756a088c1dddf475bf96f9a4a84ec2cb500be Reviewed-on: https://skia-review.googlesource.com/c/169763 Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
diff --git a/src/gpu/ops/GrAtlasTextOp.cpp b/src/gpu/ops/GrAtlasTextOp.cpp index 5d0f81e..bc1b6d0 100644 --- a/src/gpu/ops/GrAtlasTextOp.cpp +++ b/src/gpu/ops/GrAtlasTextOp.cpp
@@ -126,7 +126,7 @@ fGeoData[i].fColor.toBytes_RGBA(), fGeoData[i].fX, fGeoData[i].fY, - fGeoData[i].fBlob->runCount()); + fGeoData[i].fBlob->runCountLimit()); } str += fProcessors.dumpProcessors();