diff options
author | Florin Malita <fmalita@chromium.org> | 2017-05-01 13:22:11 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-05-02 14:50:38 +0000 |
commit | 9ff301bf918cd85d9f67047f10631b7a74345a90 (patch) | |
tree | 6267f62b9c0b36824842c6913fcffc437c575f87 /include/core | |
parent | e7e1d9d039b12a86b9a595871a2bd13fe1c28f72 (diff) |
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>
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkCanvas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h index 837b2ff92a..8edc36d61e 100644 --- a/include/core/SkCanvas.h +++ b/include/core/SkCanvas.h @@ -14,7 +14,6 @@ #include "SkPaint.h" #include "SkRasterHandleAllocator.h" #include "SkSurfaceProps.h" -#include "SkLights.h" #include "../private/SkShadowParams.h" class GrContext; @@ -28,6 +27,7 @@ class SkDrawable; class SkDrawFilter; class SkImage; class SkImageFilter; +class SkLights; class SkMetaData; class SkPath; class SkPicture; |