From: prathmesh.m Date: Thu, 16 Aug 2018 12:51:49 +0000 (+0530) Subject: Send terminate event to engine X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fed38c7b1903f3e3e6fbed5dc257fbde1d99052;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Send terminate event to engine - Pass the onTerminate to engine Change-Id: Ic62b385182fc65e5fd54ae7ca1ec227565e9e16b Signed-off-by: prathmesh.m --- diff --git a/atom/app/ui_runtime.cc b/atom/app/ui_runtime.cc index 186b76503..7f7628273 100644 --- a/atom/app/ui_runtime.cc +++ b/atom/app/ui_runtime.cc @@ -45,6 +45,7 @@ bool UiRuntime::OnCreate() { void UiRuntime::OnTerminate() { LOG(INFO) << "OnTerminate()"; + atom::Browser::Get()->Quit(); } void UiRuntime::OnPause() {