[Webkit-unassigned] [Bug 66523] [chromium] RenderView should register for WebGraphics3D callbacks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 19 09:11:21 PDT 2011


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





--- Comment #5 from Nat Duca <nduca at chromium.org>  2011-08-19 09:11:21 PST ---
Oh, snap, now I get it. We do need the posted callback, you're totally right and I'm majorly wrong. /me goes and drinks more coffee.

Can we get by without the changes to WebViewClient? For example, what if we make WebGraphicsContext3DCommandBufferImpl::initialize call through to RenderView directly with a "hey, you just had a context attached to you" sort of way? That would be safe in the threaded case too since ::initialize will be called on the main thread too and the RenderView can ignore it.

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