Index: include/codec/SkCodec.h |
diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h |
index 41995acb05e66529f108c6cc3f4450a2f0d19310..75b4c30545abc03e33f083b7b49301baea16e40d 100644 |
--- a/include/codec/SkCodec.h |
+++ b/include/codec/SkCodec.h |
@@ -594,5 +594,6 @@ private: |
virtual SkSampler* getSampler(bool /*createIfNecessary*/) { return nullptr; } |
friend class SkSampledCodec; |
+ friend class SkIcoCodec; |
}; |
#endif // SkCodec_DEFINED |