[webkit-reviews] review granted: [Bug 48781] Add a resourceload delegate method to query if WebCore should paint the default broken image for failed images. : [Attachment 77849] change the delegate method to shouldPaintBrokenImageForURL:

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 3 15:15:01 PST 2011


Darin Adler <darin at apple.com> has granted Yongjun Zhang
<yongjun_zhang at apple.com>'s request for review:
Bug 48781: Add a resourceload delegate method to query if WebCore should paint
the default broken image for failed images.
https://bugs.webkit.org/show_bug.cgi?id=48781

Attachment 77849: change the delegate method to shouldPaintBrokenImageForURL:
https://bugs.webkit.org/attachment.cgi?id=77849&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=77849&action=review

> Tools/DumpRenderTree/LayoutTestController.h:306
> +    bool shouldPaintBrokenImage() const	{ return
m_shouldPaintBrokenImage; }

Extra spaces here after “const”.


More information about the webkit-reviews mailing list