commit | b7531c5c30e69db5e1f371daae14977316c15e9f | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Wed Aug 05 12:25:48 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Aug 05 18:16:26 2020 +0000 |
tree | c958d28e2725e6ff2d8193861048afb24bd6ccd4 | |
parent | 0abd7276b8dfea73d3ffa5c12c374f5a8f95e088 [diff] |
Simplify GrSmallPathRenderer::visitProxies As noted at line 341, the SmallPathOp doesn't reliably know the proxies that will be used by the atlas when visitProxies is called. Deleting this code gives us a bit more flexibility for upcoming refactorings. Change-Id: I0292e750ed46c8555a75d1b5fa2710f1f616b70b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/308220 Reviewed-by: Jim Van Verth <jvanverth@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>