aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-05-31 06:56:28 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-31 06:56:28 -0700
commit93966d88efb090f77f6109f0e19cc982b83d5da9 (patch)
tree3c3c50b70e6b2487e301c13fb1c59874cc6319a5 /gyp
parent019db3fe885848913645e2dda62c84744ad5ee65 (diff)
Add SkLights class
The SkLights class is intended to be passed to the drawLitAtlas call (and then on to SkLightingShader). This CL is calved off of https://codereview.chromium.org/1261433009/ (Add SkCanvas::drawLitAtlas call). GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1255133004 Review-Url: https://codereview.chromium.org/1255133004
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 2ae75befc4..dfe24323c5 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -369,6 +369,7 @@
'<(skia_include_path)/core/SkImageEncoder.h',
'<(skia_include_path)/core/SkImageFilter.h',
'<(skia_include_path)/core/SkImageInfo.h',
+ '<(skia_include_path)/core/SkLights.h',
'<(skia_include_path)/core/SkMallocPixelRef.h',
'<(skia_include_path)/core/SkMask.h',
'<(skia_include_path)/core/SkMaskFilter.h',