[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 09:55:05 PDT 2010


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





--- Comment #23 from Leandro Pereira <leandro at profusion.mobi>  2010-04-14 09:55:04 PST ---
(In reply to comment #21)
> (From update of attachment 53328 [details])
> I'm confused.  Why wouldn't EFL subclass Widget like how WidgetMac does?

No other port override this method, not even WidgetMac:

leandro:~/git/webkit/WebCore/platform$ grep 'void\s*Widget::frameRectsChanged'
* -r
efl/WidgetEfl.cpp:void Widget::frameRectsChanged()
leandro:~/git/webkit/WebCore/platform$ 

Widget.h declares an empty method for all ports, but we do need to override
this at widget level.

I thought that the ChangeLog message was clear enough.

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