summaryrefslogtreecommitdiff
path: root/firefox-wayland-fix-mzbz-1642949-regression.patch
blob: bfe682087f1aae80e8f475c3abe391250dc38727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -up firefox-84.0.2/widget/gtk/WindowSurfaceWayland.cpp.old firefox-84.0.2/widget/gtk/WindowSurfaceWayland.cpp
--- firefox-84.0.2/widget/gtk/WindowSurfaceWayland.cpp.old	2021-01-18 21:39:44.724484655 +0100
+++ firefox-84.0.2/widget/gtk/WindowSurfaceWayland.cpp	2021-01-18 21:40:59.905703810 +0100
@@ -906,6 +906,8 @@ void WindowSurfaceWayland::CacheImageSur
                     size.width, size.height));
       }
 #endif
+    } else {
+      mDelayedImageCommits.AppendElement(lastSurf);
     }
   }
 
bgstack15