Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: include/codec/SkCodec.h

Issue 1472933002: Make SkAndroidCodec support ico (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase: Make this CL depend on previous CL Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « dm/DM.cpp ('k') | src/codec/SkAndroidCodec.cpp » ('j') | src/codec/SkBmpStandardCodec.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698