Chromium Code Reviews| Index: include/core/SkShader.h |
| diff --git a/include/core/SkShader.h b/include/core/SkShader.h |
| index 47934dd9ad9579b4cdd8b0209039e4e90f3f5035..a95e7e713e4dedb79c8ea865e217c070f200bca8 100644 |
| --- a/include/core/SkShader.h |
| +++ b/include/core/SkShader.h |
| @@ -439,6 +439,7 @@ private: |
| // So the SkLocalMatrixShader can whack fLocalMatrix in its SkReadBuffer constructor. |
| friend class SkLocalMatrixShader; |
| + friend class SkBitmapProcShader; // for computeTotalInverse() |
| typedef SkFlattenable INHERITED; |
| }; |