From 2bc1689dbda69b1388cef473a65b13a46ff679f4 Mon Sep 17 00:00:00 2001 From: "mike@reedtribe.org" Date: Sun, 12 Aug 2012 19:34:07 +0000 Subject: [PATCH] privatize SkPtrRecorder.h git-svn-id: http://skia.googlecode.com/svn/trunk@5047 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/core.gypi | 1 - {include => src}/core/SkPtrRecorder.h | 0 2 files changed, 1 deletion(-) rename {include => src}/core/SkPtrRecorder.h (100%) 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 -- 2.7.4