ewk_send_widget_info was deprecated
authorSeungkeun Lee <sngn.lee@samsung.com>
Mon, 15 Feb 2016 23:01:28 +0000 (08:01 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Mon, 15 Feb 2016 23:01:28 +0000 (08:01 +0900)
 - Replace with ewk_context_tizen_app_id_set

runtime/browser/web_application.cc

index 9646676..3e65569 100755 (executable)
@@ -347,8 +347,7 @@ void WebApplication::Launch(std::unique_ptr<common::AppControl> appcontrol) {
   SetupWebView(view);
 
   // send widget info to injected bundle
-  ewk_send_widget_info(ewk_context_, appid_.c_str(), elm_config_scale_get(),
-                       elm_theme_get(NULL), "");
+  ewk_context_tizen_app_id_set(ewk_context_, appid_.c_str());
 
   std::unique_ptr<common::ResourceManager::Resource> res =
       resource_manager_->GetStartResource(appcontrol.get());