Change EFL_UTIL_NOTIFICATION_LEVEL_3 to EFL_UTIL_NOTIFICATION_LEVEL_TOP 75/183475/2
authorjaekuk, lee <juku1999@samsung.com>
Fri, 6 Jul 2018 00:23:00 +0000 (09:23 +0900)
committerjaekuk lee <juku1999@samsung.com>
Fri, 6 Jul 2018 00:24:12 +0000 (00:24 +0000)
http://mosaic.sec.samsung.net/kms/comty.do?comtyId=2305148&menuId=2305189&postId=43363033&page=view&type=LIST

Change-Id: I052067a177e95513ddc09e52fac5368611755126
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
runtime/browser/notification_window.cc [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index e701601..3ff7f3e
@@ -28,7 +28,7 @@ Evas_Object* NotificationWindow::CreateWindowInternal() {
   elm_config_accel_preference_set("opengl");
   Evas_Object* window = elm_win_add(NULL, "xwalk-window", ELM_WIN_NOTIFICATION);
   efl_util_set_notification_window_level(window,
-                                         EFL_UTIL_NOTIFICATION_LEVEL_3);
+                                         EFL_UTIL_NOTIFICATION_LEVEL_TOP);
   SetAlwaysOnTop(window, true);
   return window;
 }