diff options
author | Brian Salomon <bsalomon@google.com> | 2018-05-11 13:08:30 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-05-11 17:43:57 +0000 |
commit | 79bf7ac3f439b3fa8d6b807ebb5d44f9969fa60c (patch) | |
tree | 114fa6d8a507db218f4cee8bc7d87ad74be53a5e | |
parent | 825911444082ddd26e9f8bef349e44e048009f5d (diff) |
Include SkUnPremultiply.h in GrContext.h to fix Android compile
Change-Id: Iab23ebbc0e3c639d4f0589ab3e8ae458b85b3298
Reviewed-on: https://skia-review.googlesource.com/127396
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
Auto-Submit: Brian Salomon <bsalomon@google.com>
-rw-r--r-- | include/gpu/GrContext.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index 87b63eddef..6a52c5c2d0 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h @@ -15,6 +15,9 @@ #include "../private/GrSingleOwner.h" #include "GrContextOptions.h" +// We shouldn't need this but currently Android is relying on this being include transitively. +#include "SkUnPreMultiply.h" + class GrAtlasManager; class GrBackendFormat; class GrBackendSemaphore; |