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; + }