commit | 926cb7d31f529701554561cba42c3dd4c75d025b | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Fri Jun 16 15:30:00 2023 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Fri Jun 16 20:16:05 2023 +0000 |
tree | 2a463b8456c2f31480f4c8cb77d830b9245f39fd | |
parent | c1a817574e3695b21de648fc45ebe2853e8112f0 [diff] |
Factor apart Program::dump into a helper class. This function had grown way too large, and included over a dozen helper lambdas. This CL makes no meaningful changes, just splits out the existing logic and lambdas into a class with helper methods. Change-Id: I2206af956f43007df9b219006cec8f7063898cd0 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/712765 Commit-Queue: John Stiles <johnstiles@google.com> Reviewed-by: Arman Uguray <armansito@google.com>