[Webkit-unassigned] [Bug 106502] Don't drop to huge tile mode if we're only slow-scrolling because of a page overlay

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 9 16:44:04 PST 2013


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





--- Comment #3 from Anders Carlsson <andersca at apple.com>  2013-01-09 16:45:57 PST ---
(From update of attachment 182012)
View in context: https://bugs.webkit.org/attachment.cgi?id=182012&action=review

> Source/WebCore/rendering/RenderLayerBacking.cpp:204
> -            if (scrollingCoordinator->shouldUpdateScrollLayerPositionOnMainThread())
> +            if (scrollingCoordinator->mainThreadScrollingReasons() & ~ScrollingCoordinator::ForcedOnMainThread)

I think you should explain what this does with a comment.

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