Set |is_window_inactive| to false when |do_reset| is true. 78/187778/1 accepted/tizen/4.0/unified/20181122.160730 submit/tizen_4.0/20180910.052046 submit/tizen_4.0/20181121.082159 submit/tizen_4.0/20181122.042541
authorguneet khosla <g.khosla@samsung.com>
Tue, 28 Aug 2018 08:50:18 +0000 (14:20 +0530)
committerguneet khosla <g.khosla@samsung.com>
Tue, 28 Aug 2018 08:58:37 +0000 (14:28 +0530)
commit261062649a54553c46583232448205f2b885ae87
treeb2e321bcd5ff7019b4f4e0bd0ab7b04af3def6a9
parent0266d0ee0f1be9f0184c7ada996e48880719a313
Set |is_window_inactive| to false when |do_reset| is true.

|is_window_inactive| is set to false when |do_reset|
is true so as to call window_->Show() and
window_->Active() in onRendered().Hence a suspended
application is showed and resumed.

Change-Id: Id9b0b0c6805a8f3bb5c40c4c7dc0e95d78fc646c
Signed-off-by: guneet khosla <g.khosla@samsung.com>
runtime/browser/web_application.cc