commit | 161c8ed5f1780b71bee006507728b5cebc42c4dd | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Wed Nov 27 09:12:47 2019 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Nov 27 16:45:24 2019 +0000 |
tree | 8661e3bd98974e1f9893f7bc95afc911912ca0a3 | |
parent | d12f2786e2332315ab70c51d4c29002dfa2bbe9e [diff] |
Fix final-dtor-non-final-class warning on GrDDLContext At some point it became a warning in clang to mark a destructor as final on a non-final class since it effectively makes the class final. Change-Id: I1998ac5dbb869011b2633bdfd0e7c8e5fa221877 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/257036 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>