Add EventEmitter::CreateEventFromFlags

This commit is contained in:
Cheng Zhao 2016-06-22 11:00:45 +09:00
parent 08a1e92650
commit e6327fb015
4 changed files with 24 additions and 25 deletions

View file

@ -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_;