aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPathPriv.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-02-03 11:34:13 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-03 17:26:43 +0000
commit8d3196bdfcf478982bec9885d21e1d664ab9a72b (patch)
tree565d17927c9bb022cdb7bf10108bf7fc52b7a5db /src/core/SkPathPriv.h
parent20f00784b8500ccb68f0e402eeccd9bbf2707040 (diff)
expose new tight-bounds method on SkPath
BUG=skia: Change-Id: Ie50df49c1758af203042a84dc2cd505046373d2c Reviewed-on: https://skia-review.googlesource.com/7996 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'src/core/SkPathPriv.h')
-rw-r--r--src/core/SkPathPriv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkPathPriv.h b/src/core/SkPathPriv.h
index cbbb83edab..029cb759de 100644
--- a/src/core/SkPathPriv.h
+++ b/src/core/SkPathPriv.h
@@ -121,8 +121,6 @@ public:
static const SkScalar* ConicWeightData(const SkPath& path) {
return path.fPathRef->conicWeights();
}
-
- static bool ComputeTightBounds(const SkPath&, SkRect*);
};
#endif