AsNativeRepresentation => getNativeHandle
This commit is contained in:
parent
e3e6cd6fd8
commit
d344c1e408
2 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@ class NativeImage : public mate::Wrappable {
|
|||
private:
|
||||
v8::Local<v8::Value> ToPNG(v8::Isolate* isolate);
|
||||
v8::Local<v8::Value> ToJPEG(v8::Isolate* isolate, int quality);
|
||||
v8::Local<v8::Value> AsNativeRepresentation(
|
||||
v8::Local<v8::Value> GetNativeHandle(
|
||||
v8::Isolate* isolate,
|
||||
mate::Arguments* args);
|
||||
std::string ToDataURL();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue