[Webkit-unassigned] [Bug 55021] [EFL] Scroll doesn't work on tiled backing store

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 19 07:51:02 PDT 2011


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


Rafael Antognolli <antognolli at profusion.mobi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kling at webkit.org




--- Comment #17 from Rafael Antognolli <antognolli at profusion.mobi>  2011-04-19 07:51:00 PST ---
(In reply to comment #15)
> (From update of attachment 90184 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=90184&action=review
> 
> > Source/WebCore/platform/ScrollView.cpp:240
> > +// FIXME:EFL does not work scrolling with tiled backing store.
> > +// https://bugs.webkit.org/show_bug.cgi?id=55021
> > +#if !PLATFORM(EFL)
> >      if (paintsEntireContents())
> >          return IntRect(IntPoint(0, 0), contentsSize());
> > +#endif
> 
> LGTM, but there's no need to keep this comment in code. Antognolli, what do you think?

LGTM too, and the comment could also be removed. I'm adding Andreas Kling, since he's the one who made the patch that changed 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