Chromium Code Reviews| Index: include/core/SkMatrix.h |
| diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h |
| index 5b22a774814de5c02111d0e3c656b10f90526551..19103843bfe4bbf4023cb8adcbccf2e1c7c483a8 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 |