mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1093728 - Add AddTextureClient() to CanvasClientSharedSurface::Update() r=nical
This commit is contained in:
parent
9005d324a9
commit
b299248ef3
@ -374,8 +374,7 @@ CanvasClientSharedSurface::Update(gfx::IntSize aSize, ClientCanvasLayer* aLayer)
|
||||
MOZ_ASSERT(newTex);
|
||||
|
||||
// Add the new TexClient.
|
||||
MOZ_ALWAYS_TRUE( newTex->InitIPDLActor(forwarder) );
|
||||
MOZ_ASSERT(newTex->GetIPDLActor());
|
||||
MOZ_ALWAYS_TRUE( AddTextureClient(newTex) );
|
||||
|
||||
// Remove the old TexClient.
|
||||
if (mFrontTex) {
|
||||
|
Loading…
Reference in New Issue
Block a user