[Webkit-unassigned] [Bug 90054] [EFL][WK2] Make ewk_view inheritable in the WebKit2.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 29 01:44:58 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=90054
--- Comment #13 from EunMi Lee <eunmi15.lee at samsung.com> 2012-06-29 01:44:56 PST ---
(In reply to comment #12)
> (From update of attachment 150107 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=150107&action=review
>
> > Source/WebKit2/ChangeLog:10
> > + Make the ewk_view inheritable by adding ewk_view_smart_class_set() API
> > + to the ewk_view.h.
> > + Additionally, the initialize() API is added to the SmartClass and it
>
> What does that mean (sorry didnt look at the patch yet)? You will be able to reuse all the API? Are you sure that is a good idea? bringing over legacy?
I want to make ewk_view inheritable like WebKit1's ewk_view,
because I want to make ewk_view_touchscreen which inherits the ewk_view.
You can see the Bug 88631.
Actually I can make ewk_view_touchscreen without inheritance, but I think I have to do duplicated works such as drawing contents without inheritance.
If you think my answer is not enough, please feel free to ask me again :)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list