Use NativeImage when converting images from V8
This commit is contained in:
parent
6556602bdc
commit
054b6a9817
6 changed files with 27 additions and 166 deletions
|
@ -106,6 +106,8 @@ v8::Persistent<v8::ObjectTemplate> template_;
|
|||
|
||||
} // namespace
|
||||
|
||||
NativeImage::NativeImage() {}
|
||||
|
||||
NativeImage::NativeImage(const gfx::Image& image) : image_(image) {}
|
||||
|
||||
NativeImage::~NativeImage() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue