[Webkit-unassigned] [Bug 107804] [mac] ImageBuffer should create accelerated buffers for small canvases, but we shouldn't force them to create compositing layers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 01:52:20 PST 2013


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





--- Comment #2 from Tim Horton <timothy_horton at apple.com>  2013-01-24 01:54:14 PST ---
(From update of attachment 184441)
View in context: https://bugs.webkit.org/attachment.cgi?id=184441&action=review

> Source/WebCore/rendering/RenderLayerCompositor.cpp:1907
> +        return canvas->renderingContext() && canvas->renderingContext()->isAccelerated() && (canvas->size().area() > canvasAreaThresholdRequiringCompositing);

This is shared code, I wonder if this is reasonable for everyone...

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