commit | 1a82a4ea49f31846c30fc46020775087da170d85 | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Thu Jul 01 10:27:44 2021 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Jul 01 15:25:14 2021 +0000 |
tree | 6f7a34051925528bbc4bda6962c4630387dbe27d | |
parent | 2cd80671133e71d4652e099460ce71e1dd5c916a [diff] [blame] |
Remove GrResourceProvider.h from all other header files According to https://commondatastorage.googleapis.com/chromium-browser-clang/include-analysis.html these account for 583,146,886 bytes of input to the compiler, or roughly 0.25% of the input used to build Chrome. Bug: chromium:242216 Change-Id: I2d5b73db770dba296df18c02a251da21e82b9ec0 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/423836 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
diff --git a/src/gpu/GrSurfaceContext.cpp b/src/gpu/GrSurfaceContext.cpp index c1ad2e8..5c1c1a4 100644 --- a/src/gpu/GrSurfaceContext.cpp +++ b/src/gpu/GrSurfaceContext.cpp
@@ -23,6 +23,7 @@ #include "src/gpu/GrImageInfo.h" #include "src/gpu/GrProxyProvider.h" #include "src/gpu/GrRecordingContextPriv.h" +#include "src/gpu/GrResourceProvider.h" #include "src/gpu/GrSurfaceDrawContext.h" #include "src/gpu/GrSurfaceFillContext.h" #include "src/gpu/SkGr.h"