commit | 93966d88efb090f77f6109f0e19cc982b83d5da9 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Tue May 31 06:56:28 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue May 31 06:56:28 2016 -0700 |
tree | 3c3c50b70e6b2487e301c13fb1c59874cc6319a5 | |
parent | 019db3fe885848913645e2dda62c84744ad5ee65 [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
diff --git a/gyp/core.gypi b/gyp/core.gypi index 2ae75be..dfe2432 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',