From 30e6d2c2054c15f1cb6c0637bee6756261291751 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Mon, 13 Aug 2012 14:03:31 +0000 Subject: Adds a bunch of benchmarks around creating, transforming, testing path equality, and concatting paths. Also allows benchs to do setup / tear down steps outside of the cons/destructor via new SkBenchmark virtuals. Review URL: http://codereview.appspot.com/6454137/ git-svn-id: http://skia.googlecode.com/svn/trunk@5054 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkPath.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/core/SkPath.h') diff --git a/include/core/SkPath.h b/include/core/SkPath.h index a6d78ec9fe..2bd2d76777 100644 --- a/include/core/SkPath.h +++ b/include/core/SkPath.h @@ -866,6 +866,7 @@ private: friend class SkAutoPathBoundsUpdate; friend class SkAutoDisableOvalCheck; + friend class SkBench_AddPathTest; // perf test pathTo/reversePathTo }; #endif -- cgit v1.2.3