[Webkit-unassigned] [Bug 61878] Smooth scrolling for Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 17:21:03 PDT 2011


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





--- Comment #26 from Scott Byer <scottbyer at chromium.org>  2011-06-03 17:21:03 PST ---
(In reply to comment #24)
> (From update of attachment 95985 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=95985&action=review
> 
> > Source/WebCore/platform/ScrollableArea.h:142
> > +    virtual bool scrollAnimatorEnabled() const { return false; }
> 
> this doesn't seem like a property of a ScrollableArea.  Do we ever intend to have the scroll animator on for some ScrollableAreas but off for others?

In the long run, no. This is for the short term while things are under development, in order to leave them behind a run-time flag. This was the simplest path for ScrollAnimator to reach up and get the flag from Settings. Is there a preferred way to do that?

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