[Webkit-unassigned] [Bug 54330] [chromium] Cannot use multiple accelerated 2D canvas' in the same render process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 10:59:28 PDT 2011


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





--- Comment #4 from Vangelis Kokkevis <vangelis at chromium.org>  2011-03-24 10:59:28 PST ---
(From update of attachment 86781)
View in context: https://bugs.webkit.org/attachment.cgi?id=86781&action=review

> WebCore/platform/graphics/skia/PlatformContextSkia.cpp:738
> +        drawingBuffer->setGrContext(gr);

I realize that calling resetContext() here isn't the right spot but given that the underlying GC3D context is now (by definition) shared, shouldn't all the clients be calling resetContext() every time before the GrContext is used?  Should that be encapsulated in SGC3D::getGrContext() ?

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