[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 05:58:21 PDT 2011


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





--- Comment #15 from Lucas De Marchi <demarchi at webkit.org>  2011-04-19 05:58:20 PST ---
(From update of attachment 90184)
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?

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