@@ -10189,7 +10189,7 @@ index 8016b56c160acc7b4269600f07f737b3793767bb..651a86c41af3305e215d7baf7f149cc7
10189
10189
void navigationGestureWillEnd(bool willNavigate, WebBackForwardListItem&) override;
10190
10190
void navigationGestureDidEnd(bool willNavigate, WebBackForwardListItem&) override;
10191
10191
diff --git a/Source/WebKit/UIProcess/mac/PageClientImplMac.mm b/Source/WebKit/UIProcess/mac/PageClientImplMac.mm
10192
- index bf7dc132b1ef9e081275cbecb562dd1bfd3a2a0e..63eb41bc3e52c97b933e6bd8288f6824f71ca675 100644
10192
+ index bf7dc132b1ef9e081275cbecb562dd1bfd3a2a0e..e389900c57adb50ae8802b58fd1992c01f44e8ed 100644
10193
10193
--- a/Source/WebKit/UIProcess/mac/PageClientImplMac.mm
10194
10194
+++ b/Source/WebKit/UIProcess/mac/PageClientImplMac.mm
10195
10195
@@ -78,6 +78,7 @@
@@ -10244,7 +10244,17 @@ index bf7dc132b1ef9e081275cbecb562dd1bfd3a2a0e..63eb41bc3e52c97b933e6bd8288f6824
10244
10244
NSView *activeView = this->activeView();
10245
10245
NSWindow *activeViewWindow = activeWindow();
10246
10246
10247
- @@ -456,6 +473,8 @@ IntRect PageClientImpl::rootViewToAccessibilityScreen(const IntRect& rect)
10247
+ @@ -278,7 +295,8 @@ void PageClientImpl::didRelaunchProcess()
10248
+
10249
+ void PageClientImpl::preferencesDidChange()
10250
+ {
10251
+ - m_impl->preferencesDidChange();
10252
+ + if (m_impl)
10253
+ + m_impl->preferencesDidChange();
10254
+ }
10255
+
10256
+ void PageClientImpl::toolTipChanged(const String& oldToolTip, const String& newToolTip)
10257
+ @@ -456,6 +474,8 @@ IntRect PageClientImpl::rootViewToAccessibilityScreen(const IntRect& rect)
10248
10258
10249
10259
void PageClientImpl::doneWithKeyEvent(const NativeWebKeyboardEvent& event, bool eventWasHandled)
10250
10260
{
@@ -10253,7 +10263,7 @@ index bf7dc132b1ef9e081275cbecb562dd1bfd3a2a0e..63eb41bc3e52c97b933e6bd8288f6824
10253
10263
m_impl->doneWithKeyEvent(event.nativeEvent(), eventWasHandled);
10254
10264
}
10255
10265
10256
- @@ -760,6 +779 ,13 @@ void PageClientImpl::beganExitFullScreen(const IntRect& initialFrame, const IntR
10266
+ @@ -760,6 +780 ,13 @@ void PageClientImpl::beganExitFullScreen(const IntRect& initialFrame, const IntR
10257
10267
10258
10268
#endif // ENABLE(FULLSCREEN_API)
10259
10269
@@ -10267,7 +10277,7 @@ index bf7dc132b1ef9e081275cbecb562dd1bfd3a2a0e..63eb41bc3e52c97b933e6bd8288f6824
10267
10277
void PageClientImpl::navigationGestureDidBegin()
10268
10278
{
10269
10279
m_impl->dismissContentRelativeChildWindowsWithAnimation(true);
10270
- @@ -931,6 +957 ,9 @@ void PageClientImpl::didRestoreScrollPosition()
10280
+ @@ -931,6 +958 ,9 @@ void PageClientImpl::didRestoreScrollPosition()
10271
10281
10272
10282
bool PageClientImpl::windowIsFrontWindowUnderMouse(const NativeWebMouseEvent& event)
10273
10283
{
0 commit comments