Add has_frame_ attribute for NativeWindow.

This commit is contained in:
Cheng Zhao 2013-09-05 21:43:47 +08:00
parent 4223867dbc
commit a5eb9ea08f
2 changed files with 6 additions and 0 deletions

View file

@ -165,6 +165,9 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
const content::NotificationSource& source,
const content::NotificationDetails& details) OVERRIDE;
// Whether window has standard frame.
bool has_frame_;
private:
void RendererUnresponsiveDelayed();