Title: [286737] branches/safari-612.4.2.1-branch/Source/WebKit/UIProcess/WebPageProxy.h
Revision
286737
Author
alanc...@apple.com
Date
2021-12-08 13:29:32 -0800 (Wed, 08 Dec 2021)

Log Message

Unreviewed build fix. rdar://problem/85928816

Modified Paths


Diff

Modified: branches/safari-612.4.2.1-branch/Source/WebKit/UIProcess/WebPageProxy.h (286736 => 286737)


--- branches/safari-612.4.2.1-branch/Source/WebKit/UIProcess/WebPageProxy.h	2021-12-08 21:28:45 UTC (rev 286736)
+++ branches/safari-612.4.2.1-branch/Source/WebKit/UIProcess/WebPageProxy.h	2021-12-08 21:29:32 UTC (rev 286737)
@@ -2764,6 +2764,7 @@
     std::optional<WebCore::PlatformDisplayID> m_displayID;
 #if HAVE(CVDISPLAYLINK)
     PAL::HysteresisActivity m_wheelEventActivityHysteresis;
+    bool m_registeredForFullSpeedUpdates { false };
 #endif
 
     Deque<NativeWebMouseEvent> m_mouseEventQueue;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to