mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 868181 - Correctly handle ClientLayerManager in android's nsWindow. r=roc
This commit is contained in:
parent
b5f9287e07
commit
12bfce4198
@ -986,6 +986,11 @@ nsWindow::DrawTo(gfxASurface *targetSurface, const nsIntRect &invalidRect)
|
||||
break;
|
||||
}
|
||||
|
||||
case mozilla::layers::LAYERS_CLIENT: {
|
||||
mWidgetListener->PaintWindow(this, region, 0);
|
||||
break;
|
||||
}
|
||||
|
||||
case mozilla::layers::LAYERS_OPENGL: {
|
||||
|
||||
static_cast<mozilla::layers::LayerManagerOGL*>(GetLayerManager(nullptr))->
|
||||
|
Loading…
Reference in New Issue
Block a user