aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureCommon.h
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2017-05-02 15:41:57 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-02 15:42:07 +0000
commit38aad81a542612a86c5765ec2bf9d2c164280e9e (patch)
tree5c0963ae8b121813253f7757987f03ba0a1d2395 /src/core/SkPictureCommon.h
parentc3b10a3a785838afc6d8dec1b648123b0cb54120 (diff)
Revert "Remove SkLights include from SkCanvas.h"
This reverts commit 9ff301bf918cd85d9f67047f10631b7a74345a90. Reason for revert: need to update G3, Flutter. Original change's description: > Remove SkLights include from SkCanvas.h > > SkLights.h pulls in a bunch of other headers and is not needed (fwdecl > works fine). > > Change-Id: Id2d7176eb3bf4609f72f46d513eebf59318f542f > Reviewed-on: https://skia-review.googlesource.com/14904 > Reviewed-by: Mike Reed <reed@google.com> > Commit-Queue: Florin Malita <fmalita@chromium.org> > TBR=mtklein@google.com,fmalita@chromium.org,reed@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Change-Id: I4799ad5b31aaeaf529c8b912bbe09aa8869a5e6c Reviewed-on: https://skia-review.googlesource.com/15107 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'src/core/SkPictureCommon.h')
-rw-r--r--src/core/SkPictureCommon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/SkPictureCommon.h b/src/core/SkPictureCommon.h
index a400264c7f..6f6a9f1fcf 100644
--- a/src/core/SkPictureCommon.h
+++ b/src/core/SkPictureCommon.h
@@ -14,7 +14,6 @@
#include "SkPathEffect.h"
#include "SkRecords.h"
-#include "SkShader.h"
#include "SkTLogic.h"
// N.B. This name is slightly historical: hunting season is now open for SkImages too.