5#ifndef FLUTTER_IMPELLER_PLAYGROUND_IMAGE_COMPRESSED_IMAGE_H_
6#define FLUTTER_IMPELLER_PLAYGROUND_IMAGE_COMPRESSED_IMAGE_H_
10#include "flutter/fml/mapping.h"
26 const std::shared_ptr<const fml::Mapping>
source_;
28 explicit CompressedImage(std::shared_ptr<const fml::Mapping> allocation);
virtual ~CompressedImage()
virtual DecompressedImage Decode() const =0
const std::shared_ptr< const fml::Mapping > source_
CompressedImage(std::shared_ptr< const fml::Mapping > allocation)