aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPath.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-13 14:03:31 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-13 14:03:31 +0000
commit30e6d2c2054c15f1cb6c0637bee6756261291751 (patch)
tree9583a4130ddfd65bdfca34ee5fdffc2019457cb6 /include/core/SkPath.h
parentd6c38137e288b7326b3e87adc8faa2960c513ce8 (diff)
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
Diffstat (limited to 'include/core/SkPath.h')
-rw-r--r--include/core/SkPath.h1
1 files changed, 1 insertions, 0 deletions
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