From: mike@reedtribe.org Date: Sun, 12 Aug 2012 19:34:07 +0000 (+0000) Subject: privatize SkPtrRecorder.h X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~15223 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2bc1689dbda69b1388cef473a65b13a46ff679f4;p=platform%2Fupstream%2FlibSkiaSharp.git privatize SkPtrRecorder.h git-svn-id: http://skia.googlecode.com/svn/trunk@5047 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/gyp/core.gypi b/gyp/core.gypi index 92080d8..a85ed64 100644 --- a/gyp/core.gypi +++ b/gyp/core.gypi @@ -211,7 +211,6 @@ '<(skia_include_path)/core/SkPicture.h', '<(skia_include_path)/core/SkPixelRef.h', '<(skia_include_path)/core/SkPoint.h', - '<(skia_include_path)/core/SkPtrRecorder.h', '<(skia_include_path)/core/SkRandom.h', '<(skia_include_path)/core/SkRasterizer.h', '<(skia_include_path)/core/SkReader32.h', diff --git a/include/core/SkPtrRecorder.h b/src/core/SkPtrRecorder.h similarity index 100% rename from include/core/SkPtrRecorder.h rename to src/core/SkPtrRecorder.h