From: Mike Reed Date: Tue, 10 Jan 2017 19:57:59 +0000 (-0500) Subject: move SkDraw.h to core X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~55^2~907 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db52cf3b040d0360a70432d11d404712f0733c28;p=platform%2Fupstream%2FlibSkiaSharp.git move SkDraw.h to core BUG=skia: Change-Id: Ic8c949530414f3f8d7caded969941dc853a06271 Reviewed-on: https://skia-review.googlesource.com/6845 Reviewed-by: Mike Reed Commit-Queue: Mike Reed --- diff --git a/gn/core.gni b/gn/core.gni index b940e9b..11a2185 100644 --- a/gn/core.gni +++ b/gn/core.gni @@ -112,6 +112,7 @@ skia_core_sources = [ "$_src/core/SkDither.h", "$_src/core/SkDocument.cpp", "$_src/core/SkDraw.cpp", + "$_src/core/SkDraw.h", "$_src/core/SkDrawable.cpp", "$_src/core/SkDrawLooper.cpp", "$_src/core/SkDrawProcs.h", @@ -389,7 +390,6 @@ skia_core_sources = [ "$_include/core/SkData.h", "$_include/core/SkDeque.h", "$_include/core/SkDevice.h", - "$_include/core/SkDraw.h", "$_include/core/SkDrawable.h", "$_include/core/SkDrawFilter.h", "$_include/core/SkDrawLooper.h", diff --git a/include/core/SkDraw.h b/src/core/SkDraw.h similarity index 100% rename from include/core/SkDraw.h rename to src/core/SkDraw.h