From: JongHeon Choi Date: Thu, 28 Apr 2016 01:02:04 +0000 (+0900) Subject: explicit call aul_prepare_candidate_process() X-Git-Tag: submit/tizen/20160428.015124~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=575d8b20f23c4ff64cb15929e1a35ccdead73b4c;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git explicit call aul_prepare_candidate_process() --- diff --git a/runtime/browser/web_application.cc b/runtime/browser/web_application.cc index 0ebce7aff..a40740fb2 100644 --- a/runtime/browser/web_application.cc +++ b/runtime/browser/web_application.cc @@ -19,6 +19,7 @@ #include #include #include +#include #include #include @@ -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) {