[Webkit-unassigned] [Bug 195879] Assertion failure !isInAcceleratedCompositingMode() in DrawingAreaProxyCoordinatedGraphics::incorporateUpdate when forceCompositingMode is turned on
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Mar 24 22:50:54 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=195879
--- Comment #7 from Tomoki Imai <Tomoki.Imai at sony.com> ---
Comment on attachment 365008
--> https://bugs.webkit.org/attachment.cgi?id=365008
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=365008&action=review
> Source/WebKit/UIProcess/CoordinatedGraphics/DrawingAreaProxyCoordinatedGraphics.cpp:79
> + if (isInAcceleratedCompositingMode() || alwaysUseCompositing())
I think we shouldn't have " || alwaysUseCompositing()" here for the same reason as webkitWebViewBaseDraw. If it's transitioning to AC mode, we should update BackingStore.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190325/0bb254e6/attachment.html>
More information about the webkit-unassigned
mailing list