bounds -> rect
This commit is contained in:
parent
49cc00dedf
commit
56f9cc683a
3 changed files with 5 additions and 5 deletions
|
@ -80,7 +80,7 @@ class NativeImage : public mate::Wrappable<NativeImage> {
|
|||
mate::Handle<NativeImage> Resize(v8::Isolate* isolate,
|
||||
const base::DictionaryValue& options);
|
||||
mate::Handle<NativeImage> Crop(v8::Isolate* isolate,
|
||||
const gfx::Rect& bounds);
|
||||
const gfx::Rect& rect);
|
||||
std::string ToDataURL();
|
||||
bool IsEmpty();
|
||||
gfx::Size GetSize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue