aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkMatrix.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-08-22 06:39:49 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-22 06:39:49 -0700
commita39667c848146d9070e1a45662fb292d8e6bb8fb (patch)
treed515d31992658dbdc05673987c8eda731ba1b438 /include/core/SkMatrix.h
parent0a8efd7355f3e258b1b4b1da6babfc8f1718ecd4 (diff)
add SkMatrixPriv for specialized helpers
Diffstat (limited to 'include/core/SkMatrix.h')
-rw-r--r--include/core/SkMatrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h
index 5b22a77481..19103843bf 100644
--- a/include/core/SkMatrix.h
+++ b/include/core/SkMatrix.h
@@ -842,6 +842,7 @@ private:
static const MapPtsProc gMapPtsProcs[];
friend class SkPerspIter;
+ friend class SkMatrixPriv;
};
SK_END_REQUIRE_DENSE