From d57ce1392667f44a10a589311c0e750fee7f21c8 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 17 Sep 2019 14:10:11 +0200 Subject: [PATCH] Build fix --- mozilla-1581748.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla-1581748.patch b/mozilla-1581748.patch index 4fbffa8..9177f5b 100644 --- a/mozilla-1581748.patch +++ b/mozilla-1581748.patch @@ -22,7 +22,7 @@ diff -up firefox-69.0/widget/gtk/WindowSurfaceWayland.cpp.mozilla-1581748 firefo mIsMainThread(NS_IsMainThread()), mNeedScaleFactorUpdate(true) { for (int i = 0; i < BACK_BUFFER_NUM; i++) mBackupBuffer[i] = nullptr; -+ mRenderingCacheMode = 0; ++ mRenderingCacheMode = CACHE_ALL; + }