aboutsummaryrefslogtreecommitdiff
path: root/gm/lazytiling.cpp
diff options
context:
space:
mode:
authorKevin Lubick <kjlubick@google.com>2022-03-09 23:11:31 -0500
committerSkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com>2022-03-10 04:47:51 +0000
commitefce17de5df04a8e127dc08d995ffd0b61e1cf0e (patch)
treeccf152c0bf8112a76b8b7df0b2b64244433b87a0 /gm/lazytiling.cpp
parenta1c0e3da5a7fbcaeee651d652251c3421b71a7b4 (diff)
downloadskia-efce17de5df04a8e127dc08d995ffd0b61e1cf0e.tar.gz
Reland "[includes] Remove link between SkImage.h and SkImageEncoder.h"
This is a reland of commit f60584eb0f9577bd8ae8e696c9c17060381bf6f0 Client changes: - https://chromium-review.googlesource.com/c/chromium/src/+/3508565 - http://cl/433225409 - http://cl/433450799 Original change's description: > [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 > > 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> Bug: 242216 Change-Id: Ic61e4ac2878e7a51f389312a3a434856e2e32be3 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/518277 Reviewed-by: Leon Scroggins <scroggo@google.com> Reviewed-by: Robert Phillips <robertphillips@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.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gm/lazytiling.cpp b/gm/lazytiling.cpp
index 585cce7b7a..63c559bfa4 100644
--- a/gm/lazytiling.cpp
+++ b/gm/lazytiling.cpp
@@ -13,7 +13,6 @@
#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"
@@ -23,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,