[Webkit-unassigned] [Bug 52311] [chromium] Add command-line flag to enable composite to offscreen texture.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 14 07:24:26 PST 2011


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





--- Comment #23 from W. James MacLean <wjmaclean at chromium.org>  2011-01-14 07:24:25 PST ---
> ... the RenderSurfaceChromium object that manages the texture we're compositing into needs to create a GL texture, and to do this it needs to call prepareContentsTexture() and this in turn requires a non-null pointer to a layerRenderer so that it knows what texture manager and which context to associate the texture with ...
> 

I was thinking ... it seems odd to be able to create a RenderSurfaceChromium with no LayerRenderer since subsequent calls to prepareContentTexture don't check for this condition, and thus die.

Is there any way to have a default LayerRenderer, perhaps created and stored as a static var in RenderSurfaceChromium, which is used if no LayerRenderer is specified?

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