commit | c15e890cc749b6fcf085ad90b5ee026f46c4766c | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Tue Nov 26 14:26:36 2019 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Nov 26 20:28:34 2019 +0000 |
tree | c0e902f06ff1249d8fd5848ae96655693add30ce | |
parent | 616aa01b291a663f4ba30c3629bc9919bc409a4a [diff] |
Move the initial GrProgramDesc keyLength into the header This sets up for moving GrProgramDesc creation to GrCaps. I.e., we will have a virtual "GrProgramDesc GrCaps::makeDesc(const GrRenderTarget*, const GrProgramInfo&)" call. Bug: skia:9455 Change-Id: I82053297383af9d405e6b485bf8287f10fa15967 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/256696 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>