
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@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.