[webkit-reviews] review granted: [Bug 54575] Assertion failure in DrawingAreaImpl::display when calling WKPageForceRepaint on a page that uses accelerated compositing : [Attachment 82673] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 16 12:18:01 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 82673: Patch
https://bugs.webkit.org/attachment.cgi?id=82673&action=review
------- Additional Comments from Adam Roben (aroben) <aroben at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=82673&action=review
Please add a test case.
> Source/WebKit2/WebProcess/WebPage/DrawingAreaImpl.cpp:149
> + if (m_layerTreeHost) {
> + m_layerTreeHost->forceRepaint();
> +
> + return;
> + }
I don't think you need the extra blank line in here.
More information about the webkit-reviews
mailing list