Use virtual InitAsChild function to initialize RenderWidgetHostViewEfl
authorPiotr Tworek <p.tworek@samsung.com>
Thu, 19 Mar 2015 10:44:10 +0000 (11:44 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit8c44d95f633d855de44296a85f0c057349312832
tree90417a445bc43a39b51c4e113b3bfd5157c19bd5
parentb31767355c7ca17d08da464913de878a8acfcaab
Use virtual InitAsChild function to initialize RenderWidgetHostViewEfl

RenderWidgetHostViewBase::InitAsChild virtual function is supposed to
perform the same function as our RenderWidgetHostViewEfl::Init. Since
I see no point in having both of them, especially that the only thing
InitAsChild currently does is call NOTIMPLEMENTED() macro let's merge
them.

Change-Id: I0ee3e53019f1607db20f9de195dcfcf6c65d17d0
Signed-off-by: Piotr Tworek <p.tworek@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/chromium_impl/content/browser/web_contents/web_contents_view_efl.cc