[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 14:34:12 PDT 2011


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





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

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

I'm not sure that this is the right spot to call resetContext().  Doesn't reset need to be called before you start using Ganesh if you don't how what state the underlying GL context is in?   Like I mentioned in my previous comments, at this point Ganesh will be the only client of the shared context and therefore it's safe to do this.  I just wanted us to have a comment somewhere mentioning that there will be unexpected behavior if the shared GC3D is used elsewhere as well.

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