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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 10:55:32 PDT 2010


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


Gustavo Sverzut Barbieri <barbieri at profusion.mobi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |barbieri at profusion.mobi




--- Comment #5 from Gustavo Sverzut Barbieri <barbieri at profusion.mobi>  2010-03-25 10:55:32 PST ---
(In reply to comment #3)
> (From update of attachment 51069 [details])
> 
> > +#if PLATFORM(EFL)
> > +    virtual void frameRectsChanged();
> > +#else
> >      virtual void frameRectsChanged() {}
> > +#endif
> 
> What was this one introduced for? Maybe that should be part of the patch that
> introduced it?

It is used to move our scrollbars and other widgets like plugins. Our platform
is bit different and requires this.

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