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:
2d9b9c4
)
explicit call aul_prepare_candidate_process()
author
JongHeon Choi
<j-h.choi@samsung.com>
Thu, 28 Apr 2016 01:02:04 +0000
(10:02 +0900)
committer
JongHeon Choi
<j-h.choi@samsung.com>
Thu, 28 Apr 2016 01:02:13 +0000
(10:02 +0900)
runtime/browser/web_application.cc
patch
|
blob
|
history
diff --git
a/runtime/browser/web_application.cc
b/runtime/browser/web_application.cc
index 0ebce7aff456c205404053ab461dc7e52a52259e..a40740fb28c79ac81936e234125a29c315c8be48 100644
(file)
--- a/
runtime/browser/web_application.cc
+++ b/
runtime/browser/web_application.cc
@@
-19,6
+19,7
@@
#include <app.h>
#include <Ecore.h>
#include <ewk_chromium.h>
+#include <aul.h>
#include <algorithm>
#include <map>
@@
-714,6
+715,8
@@
void WebApplication::OnRendered(WebView* /*view*/) {
STEP_PROFILE_END("Start -> Launch Completed");
LOGGER(DEBUG) << "Rendered";
splash_screen_->HideSplashScreen(SplashScreen::HideReason::RENDERED);
+
+ aul_prepare_candidate_process();
}
void WebApplication::LaunchInspector(common::AppControl* appcontrol) {