[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:18:01 PST 2011


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


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

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




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

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