aboutsummaryrefslogtreecommitdiff
path: root/gm/lazytiling.cpp
diff options
context:
space:
mode:
authorKevin Lubick <kjlubick@google.com>2022-03-01 09:57:27 -0500
committerSkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com>2022-03-07 21:32:13 +0000
commitf60584eb0f9577bd8ae8e696c9c17060381bf6f0 (patch)
treec53179725e15bdf7ce0550f888d3d31e19e16b03 /gm/lazytiling.cpp
parent22c94544b3f34cb63644354d95a87804d6065411 (diff)
downloadskia-f60584eb0f9577bd8ae8e696c9c17060381bf6f0.tar.gz
[includes] Remove link between SkImage.h and SkImageEncoder.h
According to go/chrome-includes [1], this will save about 210MB (0.09%) off the Chrome build. http://screen/GVdDaRRneTRuroL [1] https://commondatastorage.googleapis.com/chromium-browser-clang/include-analysis.html#view=edges&filter=%5Ethird_party%2Fskia%2Finclude%2Fcore%2FSkImage%5C.h%24&sort=asize&reverse=&includer=%5Ethird_party%2Fskia%2Finclude%2Fcore%2FSkImage%5C.h%24&included=&limit=1000 Canary-Android-Topic: image-encoder-2 Change-Id: If911ec283a9ce2b07c8509768a6a05446573a215 Bug: 242216 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/512416 Reviewed-by: Leon Scroggins <scroggo@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'gm/lazytiling.cpp')
-rw-r--r--gm/lazytiling.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gm/lazytiling.cpp b/gm/lazytiling.cpp
index 44a703d6d9..63c559bfa4 100644
--- a/gm/lazytiling.cpp
+++ b/gm/lazytiling.cpp
@@ -6,13 +6,13 @@
*/
#include "gm/gm.h"
+#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "include/gpu/GrDirectContext.h"
-
#include "src/core/SkCanvasPriv.h"
#include "src/core/SkConvertPixels.h"
#include "src/gpu/GrDirectContextPriv.h"
@@ -22,7 +22,6 @@
#include "src/gpu/SkGr.h"
#include "src/gpu/effects/GrTextureEffect.h"
#include "src/gpu/v1/SurfaceDrawContext_v1.h"
-
#include "tools/gpu/ProxyUtils.h"
static GrSurfaceProxyView create_view(GrDirectContext* dContext,