From: reed@google.com Date: Tue, 14 Aug 2012 19:45:58 +0000 (+0000) Subject: privatize SkScalerContext.h X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~15177 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0f1dfb4ed6133dec29b30ef4c5da68008f2d34f;p=platform%2Fupstream%2FlibSkiaSharp.git privatize SkScalerContext.h git-svn-id: http://skia.googlecode.com/svn/trunk@5096 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/gyp/core.gypi b/gyp/core.gypi index 9614c5e..2f44ca0 100644 --- a/gyp/core.gypi +++ b/gyp/core.gypi @@ -216,7 +216,6 @@ '<(skia_include_path)/core/SkRegion.h', '<(skia_include_path)/core/SkScalar.h', '<(skia_include_path)/core/SkScalarCompare.h', - '<(skia_include_path)/core/SkScalerContext.h', '<(skia_include_path)/core/SkShader.h', '<(skia_include_path)/core/SkStream.h', '<(skia_include_path)/core/SkString.h', diff --git a/include/core/SkScalerContext.h b/src/core/SkScalerContext.h similarity index 100% rename from include/core/SkScalerContext.h rename to src/core/SkScalerContext.h