diff options
author | 2017-05-02 15:33:01 -0400 | |
---|---|---|
committer | 2017-05-03 13:22:28 +0000 | |
commit | fed00319c9bafa41c8df658708030c072b301a41 (patch) | |
tree | 15bb74cab65d66f80cc1ab1f943f1fb36827b5af /include/core | |
parent | a1c50c6aacc3e14053458cd89de64fade37269c4 (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 '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 a259e531f3..87ae7f8e2a 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" class GrContext; class GrRenderTargetContext; @@ -27,6 +26,7 @@ class SkDrawable; class SkDrawFilter; class SkImage; class SkImageFilter; +class SkLights; class SkMetaData; class SkPath; class SkPicture; |