[Webkit-unassigned] [Bug 46864] [chromium] disappearing scrollbar in accelerated compositing mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 30 11:27:39 PDT 2010


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





--- Comment #5 from Nat Duca <nduca at chromium.org>  2010-09-30 11:27:38 PST ---
> Is this a good opportunity to also take care of the FIXME at the top of this method?
I was going to file a separate bug for that.

> Does this mean you'll now have damage in both the unscrolled location and the 
> scrolled one? Could you just reset the m_rootLayerDirtyRect to be be equal to 
> innerDamage?
Uniting rather than reset is important. Consider when you have an animated image and you scrolled. The damage rect in that case has both the damage from the animation, and damage on the actual scrollbar that moved. Assigning innerDamage to the rootLayerDirtyRect would drop the srollbar damage and we'd see the scrollbar looking funky.

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