From a39667c848146d9070e1a45662fb292d8e6bb8fb Mon Sep 17 00:00:00 2001 From: reed Date: Mon, 22 Aug 2016 06:39:49 -0700 Subject: add SkMatrixPriv for specialized helpers BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2268443002 Review-Url: https://codereview.chromium.org/2268443002 --- include/core/SkMatrix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/core/SkMatrix.h') 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 -- cgit v1.2.3