diff options
author | robertphillips <robertphillips@google.com> | 2016-05-31 06:56:28 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-31 06:56:28 -0700 |
commit | 93966d88efb090f77f6109f0e19cc982b83d5da9 (patch) | |
tree | 3c3c50b70e6b2487e301c13fb1c59874cc6319a5 /gyp | |
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
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/core.gypi | 1 |
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', |