browserWindow: adding devtools-focused event

This commit is contained in:
Robo 2015-03-31 21:15:06 +05:30
parent ce3d9f44ff
commit 3aefa5f549
6 changed files with 17 additions and 0 deletions

View file

@ -139,6 +139,10 @@ void Window::OnRendererResponsive() {
Emit("responsive");
}
void Window::OnDevToolsFocus() {
Emit("devtools-focused");
}
// static
mate::Wrappable* Window::New(v8::Isolate* isolate,
const mate::Dictionary& options) {