[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:56:57 PDT 2010


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





--- Comment #3 from Anders Carlsson <andersca at apple.com>  2010-05-04 14:56:57 PST ---
(In reply to comment #2)
> (From update of attachment 55050 [details])
> > +void DrawingAreaUpdateChunk::suspendPainting()
> > +{
> > +    ASSERT(m_shouldPaint);
> 
> Do you really want to assert this?
> 

I figured it wouldn't hurt! If it's a problem we can always remove it later.

> > +void DrawingAreaUpdateChunk::resumePainting()
> > +{
> > +    ASSERT(!m_shouldPaint);
> 
> Do you really want to assert this?
> 

I figured it wouldn't hurt! If it's a problem we can always remove it later.

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

Will do, thanks!

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