AsNativeRepresentation => getNativeHandle

This commit is contained in:
Paul Betts 2016-03-14 19:50:31 -07:00
parent e3e6cd6fd8
commit d344c1e408
2 changed files with 4 additions and 4 deletions

View file

@ -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();