[Webkit-unassigned] [Bug 38549] [WebKit2] The web process doesn't need to paint when the web view is hidden.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 4 14:46:23 PDT 2010


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55050|review?                     |review+
               Flag|                            |




--- Comment #2 from mitz at webkit.org  2010-05-04 14:46:23 PST ---
(From update of attachment 55050)
> +void DrawingAreaUpdateChunk::suspendPainting()
> +{
> +    ASSERT(m_shouldPaint);

Do you really want to assert this?

> +void DrawingAreaUpdateChunk::resumePainting()
> +{
> +    ASSERT(!m_shouldPaint);

Do you really want to assert this?

r=me if you change “paint” to “update” and “painting” to “updating”.

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