Build fix

This commit is contained in:
Martin Stransky 2019-09-17 14:10:11 +02:00
parent 868f498959
commit d57ce13926
1 changed files with 1 additions and 1 deletions

View File

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