Chromium Code Reviews| Index: include/codec/SkCodec.h |
| diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h |
| index 8b6e2101672e84490cd607da75c106dff231da69..5127a7cc41233df49bb3120a65153ecd74a8dddf 100644 |
| --- a/include/codec/SkCodec.h |
| +++ b/include/codec/SkCodec.h |
| @@ -584,6 +584,6 @@ private: |
| */ |
| virtual SkSampler* getSampler(bool createIfNecessary) { return nullptr; } |
| - friend class SkScaledCodec; |
| + friend class SkSampledCodec; |
| }; |
| #endif // SkCodec_DEFINED |