commit | ecbad283619c9c86e38050b981e08dc90e981b7e | [log] [tgz] |
---|---|---|
author | Maksim Ivanov <emaxx@chromium.org> | Tue Dec 14 02:17:39 2021 +0100 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Tue Dec 14 14:04:00 2021 +0000 |
tree | ef6c28605e00eead36583bd83d6e27b022c9a1d1 | |
parent | d26057a2c0e1e35a2f3a498769a27d8f8b6b1e62 [diff] |
Fix use-after-move in GrPixmapBase Fix a use-after-move issue in GrPixmapBase, as found by clang-tidy: gpu/GrPixmap.h:65: 'info' used after it was moved gpu/GrPixmap.h:64: move occurred here Bug: chromium:1122844 Change-Id: I7403805e3e63592119b66c1e5840bc48d5e33832 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/484176 Auto-Submit: Maksim Ivanov <emaxx@chromium.org> Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>