From efe3dedbb3493b738abdb56041b093245e4e8711 Mon Sep 17 00:00:00 2001 From: Jim Van Verth Date: Mon, 30 Jan 2017 13:11:45 -0500 Subject: Change shadow tessellators to use SkColor and move to util. BUG=skia:6119 Change-Id: I4c4a8933c663ccc057596318a06c538175b9f16b Reviewed-on: https://skia-review.googlesource.com/7726 Reviewed-by: Brian Salomon Commit-Queue: Jim Van Verth --- gn/utils.gni | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gn/utils.gni') diff --git a/gn/utils.gni b/gn/utils.gni index 068881f605..8d3f1c7a17 100644 --- a/gn/utils.gni +++ b/gn/utils.gni @@ -69,6 +69,8 @@ skia_utils_sources = [ "$_src/utils/SkRGBAToYUV.h", "$_src/utils/SkShadowPaintFilterCanvas.cpp", "$_src/utils/SkShadowPaintFilterCanvas.h", + "$_src/utils/SkShadowTessellator.cpp", + "$_src/utils/SkShadowTessellator.h", "$_src/utils/SkShadowUtils.cpp", "$_src/utils/SkTextBox.cpp", "$_src/utils/SkTextureCompressor.cpp", -- cgit v1.2.3