commit | 50dbc0949fb256a316163143e649028eeed2970a | [log] [tgz] |
---|---|---|
author | Hal Canary <halcanary@google.com> | Tue Jun 12 14:50:37 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Jun 12 20:24:43 2018 +0000 |
tree | b0069d2b47cccfb207d4a5245f18a6b9455c3300 | |
parent | bc718c1e9ce0b4c2d10458f4c3549fd98e10a9f2 [diff] [blame] |
SkTypes: more into SkMacros Change-Id: I4c9a2d81a1bc4ccebc78eea56c0de116b98d415e Reviewed-on: https://skia-review.googlesource.com/134330 Commit-Queue: Hal Canary <halcanary@google.com> Auto-Submit: Hal Canary <halcanary@google.com> Reviewed-by: Ben Wagner <bungeman@google.com>
diff --git a/src/utils/mac/SkCreateCGImageRef.cpp b/src/utils/mac/SkCreateCGImageRef.cpp index 623b3e7..300e23b 100644 --- a/src/utils/mac/SkCreateCGImageRef.cpp +++ b/src/utils/mac/SkCreateCGImageRef.cpp
@@ -11,6 +11,7 @@ #include "SkBitmap.h" #include "SkCGUtils.h" #include "SkColorData.h" +#include "SkMacros.h" #include "SkTo.h" static CGBitmapInfo ComputeCGAlphaInfo_RGBA(SkAlphaType at) {