diff options
author | Brian Salomon <bsalomon@google.com> | 2018-03-23 16:32:22 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-03-23 21:05:10 +0000 |
commit | a6a3df7d64dc81082619ab103450fc6d0af7c644 (patch) | |
tree | 2784182d0508c2535926c9414e8159c0b7f6e458 /src/image | |
parent | 49edccd775a38d93701ae376df28463d7848fd16 (diff) |
Move GrPixelConfig to GrTypesPriv
BUG= skia:6718
Change-Id: I254a5d289c1216e580b8f7fe613236c090d0e901
Reviewed-on: https://skia-review.googlesource.com/116196
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'src/image')
-rw-r--r-- | src/image/SkSurface_Gpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/image/SkSurface_Gpu.h b/src/image/SkSurface_Gpu.h index 9699b01e05..3edb0ca32f 100644 --- a/src/image/SkSurface_Gpu.h +++ b/src/image/SkSurface_Gpu.h @@ -8,6 +8,7 @@ #ifndef SkSurface_Gpu_DEFINED #define SkSurface_Gpu_DEFINED +#include "GrTypesPriv.h" #include "SkSurface_Base.h" #if SK_SUPPORT_GPU |