HI,

In various WebKit code space, (e.g. Frame::markAllMatchesForText()), I
see it often calls
paintContents() like this:

   GraphicsContext context((PlatformGraphicsContext*)0);
   context.setPaintingDisabled(true);
   m_view->paintContents(&context, visibleRect);

What is the purpose of calling paintContents() when the
graphicsContext is set to paintingDisabled?
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to