[Webkit-unassigned] [Bug 93010] [chromium] Add WebExternalTextureProvider; an alternate means for providing textures to a TextureLayerChromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 09:21:11 PST 2012


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





--- Comment #29 from alexst at chromium.org  2012-11-27 09:23:23 PST ---
(In reply to comment #27)
> (From update of attachment 176275 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=176275&action=review
> 
> > Source/Platform/chromium/public/WebCompositorSupport.h:85
> > +    virtual WebExternalTextureLayer* createExternalTextureProviderLayer(WebExternalTextureProvider*) { return 0; }
> 
> Maybe createExternalTextureLayerWithProvider? Or, I believe WebKit allows overloading, so createExternalTextureLayer is possibly OK.

createExternalTextureLayer(Client* = 0) optionally takes a client, which would make it ambiguous between Client and Provider with NULL, so that won't work, unfortunately.

createExternalTextureLayerWithProvider sounds reasonable, I'll update.

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