[Webkit-unassigned] [Bug 36317] [EFL] Add EFL-specific code to Widget.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 14 13:50:38 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36317





--- Comment #27 from Eric Seidel <eric at webkit.org>  2010-04-14 13:50:37 PST ---
(From update of attachment 53361)
EFL port should subclass the Widget class and 
 205     // override this method.
That's wrong.  I was originally confused.

Widget doesn't get subclassed it appears.  But Widget.cpp could add an empty
implementation which was wrapped in the #ifdef and WidgetEFL.cpp would have the
implementation which was non-empty.

I'm actually not sure why we don't do that instead of writing the FIXME as that
would actually be fewer lines of code. :)

-- 
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