Title: [286739] branches/safari-612-branch/Source/WebKit/UIProcess/WebPageProxy.h
Revision
286739
Author
alanc...@apple.com
Date
2021-12-08 14:08:01 -0800 (Wed, 08 Dec 2021)

Log Message

Unreviewed build fix. rdar://problem/85928816

Modified Paths


Diff

Modified: branches/safari-612-branch/Source/WebKit/UIProcess/WebPageProxy.h (286738 => 286739)


--- branches/safari-612-branch/Source/WebKit/UIProcess/WebPageProxy.h	2021-12-08 21:39:08 UTC (rev 286738)
+++ branches/safari-612-branch/Source/WebKit/UIProcess/WebPageProxy.h	2021-12-08 22:08:01 UTC (rev 286739)
@@ -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