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

@ -290,6 +290,7 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
bool save_as) override;
void DevToolsAppendToFile(const std::string& url,
const std::string& content) override;
void DevToolsFocused() override;
// Whether window has standard frame.
bool has_frame_;