temporary fix - add Ewk_Context to ewk_notification_showed to make WRT compile
authorTomasz Czekala <t.czekala@partner.samsung.com>
Fri, 13 Feb 2015 12:48:29 +0000 (13:48 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commitd7d60bb95ee5c575311f7fc5ba0bffee75d0fc40
tree542361330cf5c1d4e05ef4a5d5da7b5b45a99bf8
parentdef7c83dc087eaa633996b3ec852aba494501cdb
temporary fix - add Ewk_Context to ewk_notification_showed to make WRT compile

Context was not used and we removed it, but WRT assumes that
ewk_notification_showed takes context as one of the parameters
and after our Notification API refactoring it doesn't compile.
WRT will update to the new API, but for now we need this temporary
fix for it to work.
Reviewed by: Piotr Tworek, joonhwan kwon

Change-Id: I6d1fad4c07c4bdfdbef3511864a4b71abb71b429
Signed-off-by: Tomasz Czekala <t.czekala@partner.samsung.com>
tizen_src/ewk/efl_integration/public/ewk_notification.cc
tizen_src/ewk/efl_integration/public/ewk_notification.h
tizen_src/ewk/unittest/utc_blink_ewk_notification_callbacks_set_func.cpp
tizen_src/ewk/unittest/utc_blink_ewk_notification_clicked_func.cpp
tizen_src/ewk/unittest/utc_blink_ewk_notification_closed_func.cpp
tizen_src/ewk/unittest/utc_blink_ewk_notification_showed_func.cpp