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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 2 11:48:40 PDT 2011


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





--- Comment #6 from Adam Barth <abarth at webkit.org>  2011-06-02 11:48:39 PST ---
(From update of attachment 95781)
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.

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