commit | 02eefbeca9964a68d98fd21a5cc881f65baf9694 | [log] [tgz] |
---|---|---|
author | Hal Canary <halcanary@google.com> | Wed Jun 26 13:54:14 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Jun 26 19:12:43 2019 +0000 |
tree | f21a5ca7f5dd1bb7936a12068aa07627d17a3003 | |
parent | 793818b23573178b967f5d213163236d56e4ec7b [diff] |
header self-sufficiency and idempotency Change-Id: I4ec74a358e11d85c6eaf1658efd6f1391ee5e387 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/223930 Commit-Queue: Hal Canary <halcanary@google.com> Commit-Queue: Ben Wagner <bungeman@google.com> Auto-Submit: Hal Canary <halcanary@google.com> Reviewed-by: Ben Wagner <bungeman@google.com>
diff --git a/src/image/SkReadPixelsRec.h b/src/image/SkReadPixelsRec.h index 2257e5c..dd88d6c 100644 --- a/src/image/SkReadPixelsRec.h +++ b/src/image/SkReadPixelsRec.h
@@ -9,6 +9,7 @@ #define SkReadPixelsRec_DEFINED #include "include/core/SkImageInfo.h" +#include "include/core/SkPixmap.h" /** * Helper class to package and trim the parameters passed to readPixels()
diff --git a/src/image/SkSurface_Gpu.h b/src/image/SkSurface_Gpu.h index 84299e0..9ac45d5 100644 --- a/src/image/SkSurface_Gpu.h +++ b/src/image/SkSurface_Gpu.h
@@ -13,6 +13,7 @@ #if SK_SUPPORT_GPU +class GrBackendFormat; class SkGpuDevice; class SkSurface_Gpu : public SkSurface_Base {