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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 2 13:48:04 PDT 2011


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





--- Comment #9 from Scott Byer <scottbyer at chromium.org>  2011-06-02 13:48:03 PST ---
(In reply to comment #6)
> (From update of attachment 95781 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=95781&action=review
> 
> > Source/WebCore/platform/chromium/ScrollAnimatorSettings.cpp:42
> > +static ScrollAnimatorSettings& globalScrollAnimatorSettings()
> > +{
> > +    DEFINE_STATIC_LOCAL(ScrollAnimatorSettings, settings, ());
> > +    return settings;
> > +}
> 
> Why is this a static?  Should this be part of WebCore::Settings?  It seems like a per-Page concept.

Looking through things, I'm thinking that the right way to do that is for ScrollableArea to have a routine which gets the settings, which FrameView overrides to provide them from the Page. Does that make sense?

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