[webkit-reviews] review requested: [Bug 88940] DrawingArea: Painting is being resumed while the view is not visible : [Attachment 147433] patch (disable suspend/resumePainting messages when doing fullscreen animation)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 15:53:42 PDT 2012


Tim Horton <timothy_horton at apple.com> has asked  for review:
Bug 88940: DrawingArea: Painting is being resumed while the view is not visible
https://bugs.webkit.org/show_bug.cgi?id=88940

Attachment 147433: patch (disable suspend/resumePainting messages when doing
fullscreen animation)
https://bugs.webkit.org/attachment.cgi?id=147433&action=review

------- Additional Comments from Tim Horton <timothy_horton at apple.com>
The old patch didn't work, because we actually depend on painting *not* being
frozen to paint the image that's animated to full-screen! So, it caused the
animation to look terrible.

This one is a bit more wonky/scary, but I haven't been able to break it yet.
Still needs more testing.


More information about the webkit-reviews mailing list