[EWK_REFACTOR] Move IsIMEShow() and GetIMERect() from EWebView to RWHV
authorhh4813.kim <hh4813.kim@samsung.com>
Thu, 16 Apr 2015 11:12:32 +0000 (20:12 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commita842a47532d3eb65db0dff4307ba679235720561
treeebcc6ff5ae3b9f44566d0c0c59f45b90004e383e
parentf7b5f86f205cfcd1522bd6295331c2d023aa0282
[EWK_REFACTOR] Move IsIMEShow() and GetIMERect() from EWebView to RWHV

To remove dependency with EWebView in SelectionControllerEfl,
move IsIMEShow() and GetIMERect() from EWebView to RWHV so that they can
call directly without EWebView.
Also, remove im_context() in RWHV since there's no caller any more.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12028

Change-Id: I22784d116f6e2176541c4bfd70484f7b65bb0673
Signed-off-by: hh4813.kim <hh4813.kim@samsung.com>
tizen_src/chromium_impl/content/browser/renderer_host/render_widget_host_view_efl.cc
tizen_src/chromium_impl/content/browser/renderer_host/render_widget_host_view_efl.h
tizen_src/ewk/efl_integration/eweb_view.cc
tizen_src/ewk/efl_integration/eweb_view.h
tizen_src/ewk/efl_integration/selection_controller_efl.cc