commit | f2ebdd91bfa0b6922b47874c6e1b5193dac4e3b7 | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Mon Sep 30 12:15:30 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Sep 30 17:10:18 2019 +0000 |
tree | c37ca3fde9638910f88cdd797cdb5fbbe708c8d6 | |
parent | 5c41f3676effd563cb610a24f3b30cae0adabaf8 [diff] [blame] |
Rename GrPixelInfo to GrImageInfo. Give it its own header file. Make it store SkISize rather than separate int w/h. Change-Id: I732f2774c561decac743a950959a70cbc162b67b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/245163 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
diff --git a/src/gpu/effects/GrConfigConversionEffect.fp b/src/gpu/effects/GrConfigConversionEffect.fp index 890d188..faaeeea 100644 --- a/src/gpu/effects/GrConfigConversionEffect.fp +++ b/src/gpu/effects/GrConfigConversionEffect.fp
@@ -9,6 +9,7 @@ #include "include/gpu/GrContext.h" #include "src/gpu/GrClip.h" #include "src/gpu/GrContextPriv.h" + #include "src/gpu/GrImageInfo.h" #include "src/gpu/GrProxyProvider.h" #include "src/gpu/GrRenderTargetContext.h" }