aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/bitmapimage.cpp
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2017-05-02 15:33:01 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-03 13:22:28 +0000
commitfed00319c9bafa41c8df658708030c072b301a41 (patch)
tree15bb74cab65d66f80cc1ab1f943f1fb36827b5af /gm/bitmapimage.cpp
parenta1c50c6aacc3e14053458cd89de64fade37269c4 (diff)
Reland: Remove SkLights include from SkCanvas.h
SkLights.h pulls in a bunch of other headers and is not needed (fwdecl works fine). Change-Id: I3ed97cd7861e51dcb7cfa7950a97b420dbc6fbfb TBR=reed@google.com Reviewed-on: https://skia-review.googlesource.com/15143 Commit-Queue: Florin Malita <fmalita@chromium.org> Reviewed-by: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'gm/bitmapimage.cpp')
-rw-r--r--gm/bitmapimage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gm/bitmapimage.cpp b/gm/bitmapimage.cpp
index 8c37d5da44..be17af8520 100644
--- a/gm/bitmapimage.cpp
+++ b/gm/bitmapimage.cpp
@@ -8,6 +8,7 @@
#include "gm.h"
#include "Resources.h"
#include "SkCodec.h"
+#include "SkImage.h"
namespace skiagm {