explicit call aul_prepare_candidate_process()
authorJongHeon Choi <j-h.choi@samsung.com>
Thu, 28 Apr 2016 01:02:04 +0000 (10:02 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Thu, 28 Apr 2016 01:02:13 +0000 (10:02 +0900)
runtime/browser/web_application.cc

index 0ebce7aff456c205404053ab461dc7e52a52259e..a40740fb28c79ac81936e234125a29c315c8be48 100644 (file)
@@ -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) {