refactor: remove path from nativeImage converter (#26546)
This commit is contained in:
parent
4db3e3a08a
commit
3455136e9d
13 changed files with 167 additions and 103 deletions
|
@ -223,7 +223,7 @@ class Browser : public WindowListObserver {
|
|||
void DockSetMenu(ElectronMenuModel* model);
|
||||
|
||||
// Set docks' icon.
|
||||
void DockSetIcon(const gfx::Image& image);
|
||||
void DockSetIcon(v8::Isolate* isolate, v8::Local<v8::Value> icon);
|
||||
|
||||
#endif // defined(OS_MAC)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue