[tbb-commits] [tor-browser] 39/73: Bug 1784183. Initialize nsWindow::mPanInProgress. r=rmader, a=RyanVM
gitolite role
git at cupani.torproject.org
Wed Sep 21 20:17:32 UTC 2022
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch geckoview-102.3.0esr-12.0-1
in repository tor-browser.
commit 866e6f2c40c9d70d1225fb671517a68ae79148d6
Author: Timothy Nikkel <tnikkel at gmail.com>
AuthorDate: Thu Aug 11 02:09:17 2022 +0000
Bug 1784183. Initialize nsWindow::mPanInProgress. r=rmader, a=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D154331
---
widget/gtk/nsWindow.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/widget/gtk/nsWindow.cpp b/widget/gtk/nsWindow.cpp
index 9e744ee28e710..4468a75f03847 100644
--- a/widget/gtk/nsWindow.cpp
+++ b/widget/gtk/nsWindow.cpp
@@ -382,6 +382,7 @@ nsWindow::nsWindow()
mWindowShouldStartDragging(false),
mHasMappedToplevel(false),
mRetryPointerGrab(false),
+ mPanInProgress(false),
mDrawToContainer(false),
mTitlebarBackdropState(false),
mIsPIPWindow(false),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tbb-commits
mailing list