mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 957560 - Fix WError build bustage on a CLOSED TREE.
This commit is contained in:
parent
db25bebbdc
commit
0b275eb92e
@ -282,7 +282,9 @@ TextureClient::CreateTextureClientForDrawing(ISurfaceAllocator* aAllocator,
|
||||
aMoz2DBackend = gfxPlatform::GetPlatform()->GetContentBackend();
|
||||
}
|
||||
|
||||
#if defined(XP_WIN) || defined(MOZ_WIDGET_GONK)
|
||||
int32_t maxTextureSize = aAllocator->GetMaxTextureSize();
|
||||
#endif
|
||||
|
||||
RefPtr<TextureClient> result;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user