aboutsummaryrefslogtreecommitdiff
path: root/gm/lazytiling.cpp
diff options
context:
space:
mode:
authorKevin Lubick <kjlubick@google.com>2022-03-08 13:05:07 +0000
committerKevin Lubick <kjlubick@google.com>2022-03-08 13:09:49 +0000
commita573cbab1a5e308e6b26a090133da6e89648a5f2 (patch)
tree657baade459d609443184cd65dfc403c2ddcdf6d /gm/lazytiling.cpp
parent9909ff7c5e1fdcfd9ab950e921f36a8fb17308ec (diff)
downloadskia-a573cbab1a5e308e6b26a090133da6e89648a5f2.tar.gz
Revert "[includes] Remove link between SkImage.h and SkImageEncoder.h"
This reverts commit f60584eb0f9577bd8ae8e696c9c17060381bf6f0. Reason for revert: Chrome and G3 issues 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 > > 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> Bug: 242216 Change-Id: Idc906ff54d8baf49989d3ee24e045d7b0ca710df No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/c/skia/+/517676 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'gm/lazytiling.cpp')
-rw-r--r--gm/lazytiling.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gm/lazytiling.cpp b/gm/lazytiling.cpp
index 63c559bfa4..44a703d6d9 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,6 +22,7 @@
#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,