| 47 | } |
| 48 | |
| 49 | std::shared_ptr<ImageCodec> ImageCodec::MakeNativeCodec(const std::string&) { |
| 50 | return nullptr; |
| 51 | } |
| 52 | |
| 53 | std::shared_ptr<ImageCodec> ImageCodec::MakeNativeCodec(std::shared_ptr<Data> imageBytes) { |
| 54 | auto imageSize = WebImageInfo::GetSize(imageBytes); |