[webkit-reviews] review granted: [Bug 54575] Assertion failure in DrawingAreaImpl::display when calling WKPageForceRepaint on a page that uses accelerated compositing : [Attachment 82675] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 16 12:36:58 PST 2011


Adam Roben (aroben) <aroben at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 54575: Assertion failure in DrawingAreaImpl::display when calling
WKPageForceRepaint on a page that uses accelerated compositing
https://bugs.webkit.org/show_bug.cgi?id=54575

Attachment 82675: Patch
https://bugs.webkit.org/attachment.cgi?id=82675&action=review

------- Additional Comments from Adam Roben (aroben) <aroben at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=82675&action=review

> Tools/TestWebKitAPI/Tests/WebKit2/ForceRepaint.cpp:52
> +    WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreate());

You can use Util::adoptWK here instead if you like.

> Tools/TestWebKitAPI/Tests/WebKit2/ForceRepaint.cpp:62
> +    WKRetainPtr<WKURLRef> url(AdoptWK,
Util::createURLForResource("simple-accelerated-compositing", "html"));

You can use Util::adoptWK here instead.


More information about the webkit-reviews mailing list