Add EventEmitter::CreateEventFromFlags
This commit is contained in:
parent
08a1e92650
commit
e6327fb015
4 changed files with 24 additions and 25 deletions
|
@ -68,8 +68,6 @@ class Tray : public mate::TrackableObject<Tray>,
|
|||
gfx::Rect GetBounds();
|
||||
|
||||
private:
|
||||
v8::Local<v8::Object> ModifiersToObject(v8::Isolate* isolate, int modifiers);
|
||||
|
||||
v8::Global<v8::Object> menu_;
|
||||
std::unique_ptr<TrayIcon> tray_icon_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue