commit | 3a683c88a211dd231c370a49fcab827ce0339b3c | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Fri Jul 31 14:16:57 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Jul 31 18:51:35 2020 +0000 |
tree | 7dda7477207e46acff0450d7059eb0b8f7471fc2 | |
parent | 76e22a31a88388b3d61dbff8a6b630ebab246720 [diff] |
Remove "Cripple" to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 162536543 Change-Id: I54496e7a76f0102b58c430d7a6ea5d372c57fa27 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/307229 Commit-Queue: Leon Scroggins <scroggo@google.com> Commit-Queue: Mike Klein <mtklein@google.com> Auto-Submit: Leon Scroggins <scroggo@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
diff --git a/tests/DrawOpAtlasTest.cpp b/tests/DrawOpAtlasTest.cpp index 3f2e433..de92388 100644 --- a/tests/DrawOpAtlasTest.cpp +++ b/tests/DrawOpAtlasTest.cpp
@@ -230,7 +230,7 @@ GrXferProcessor::DstProxyView(GrSurfaceProxyView(), SkIPoint::Make(0, 0))); - // Cripple the atlas manager so it can't allocate any pages. This will force a failure + // Modify the atlas manager so it can't allocate any pages. This will force a failure // in the preparation of the text op auto atlasManager = context->priv().getAtlasManager(); unsigned int numProxies;