[Webkit-unassigned] [Bug 54575] Assertion failure in DrawingAreaImpl::display when calling WKPageForceRepaint on a page that uses accelerated compositing

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


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


Adam Roben (aroben) <aroben at apple.com> changed:

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




--- Comment #5 from Adam Roben (aroben) <aroben at apple.com>  2011-02-16 12:36:58 PST ---
(From update of attachment 82675)
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.

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