commit | 01e6d17fe86ec1dc786e6d082ae4bb10d826f14a | [log] [tgz] |
---|---|---|
author | Brian Osman <brianosman@google.com> | Mon Mar 30 15:57:14 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Mar 30 20:43:34 2020 +0000 |
tree | 24d7db5dcec8f2833e631c3b4caaed658c8fad16 | |
parent | 68ccec5880d3bb787d4a424944579eee4a75a6e1 [diff] [blame] |
Stop including SkCanvas.h from GrTypesPriv.h It was too easy to get into circular include chains. Added static asserts to ensure we keep our quad AA flags in sync. Also, IWYU. Change-Id: I01aefa264aa56420ab5a46a8ecd9e63c021c79ab Reviewed-on: https://skia-review.googlesource.com/c/skia/+/280405 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Michael Ludwig <michaelludwig@google.com>
diff --git a/include/gpu/GrContextThreadSafeProxy.h b/include/gpu/GrContextThreadSafeProxy.h index 6aefd7e..bfd37ac 100644 --- a/include/gpu/GrContextThreadSafeProxy.h +++ b/include/gpu/GrContextThreadSafeProxy.h
@@ -14,6 +14,7 @@ class GrContextThreadSafeProxyPriv; struct SkImageInfo; class SkSurfaceCharacterization; +class SkSurfaceProps; /** * Can be used to perform actions related to the generating GrContext in a thread safe manner. The