projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ac321d
)
Revert "Show window on frame rendered after appcontrol reset"
48/182348/1
author
jaekuk lee
<juku1999@samsung.com>
Fri, 22 Jun 2018 06:21:44 +0000
(06:21 +0000)
committer
jaekuk lee
<juku1999@samsung.com>
Fri, 22 Jun 2018 06:21:44 +0000
(06:21 +0000)
This reverts commit
0ac321d81ee989f42adf03ebed1ada53a73fe960
.
Change-Id: Icc64ab6ef123581210cbc552eff33a645727b670
runtime/browser/web_application.cc
patch
|
blob
|
history
diff --git
a/runtime/browser/web_application.cc
b/runtime/browser/web_application.cc
index e9c9c336292eed3c4b21428fd920e5b80ede65a6..9039ca7244952404dde88395b6f80c515d5e0b75 100755
(executable)
--- a/
runtime/browser/web_application.cc
+++ b/
runtime/browser/web_application.cc
@@
-626,11
+626,7
@@
void WebApplication::AppControl(
if (!verbose_mode_ && appcontrol->data(kVerboseKey) == "true") {
verbose_mode_ = true;
}
-
- // If app was reset then show window after new frame
- // is rendered. Else old page will be displayed
- if (!do_reset)
- window_->Active();
+ window_->Active();
}
void WebApplication::SendAppControlEvent() {