зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1512415 - Always get a new wl_surface when mozcontainer is mapped, r=jhorak
Differential Revision: https://phabricator.services.mozilla.com/D13912 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
eaf6089240
Коммит
c1940ae522
|
@ -177,7 +177,7 @@ static void moz_container_map_wayland(MozContainer *container) {
|
|||
container->surface_needs_clear = true;
|
||||
container->ready_to_draw = false;
|
||||
|
||||
static wl_surface *gtk_container_surface =
|
||||
wl_surface *gtk_container_surface =
|
||||
moz_container_get_gtk_container_surface(container);
|
||||
container->frame_callback_handler = wl_surface_frame(gtk_container_surface);
|
||||
wl_callback_add_listener(container->frame_callback_handler, &frame_listener,
|
||||
|
|
Загрузка…
Ссылка в новой задаче