Skip to content

Commit fdfea2b

Browse files
authored
browser(webkit): add another missing include to fix mac after roll to 01-15 (#5037)
1 parent afaec55 commit fdfea2b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

browser_patches/webkit/BUILD_NUMBER

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1422
2-
Changed: [email protected] Fri 15 Jan 2021 02:10:06 PM PST
1+
1423
2+
Changed: [email protected] Fri 15 Jan 2021 06:55:13 PM PST

browser_patches/webkit/patches/bootstrap.diff

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16508,6 +16508,18 @@ index 50469a524949a69e9419280ed2a4f8c2bc1e5f23..2bc6e32b486f4ae244a6ccb870a88de9
1650816508
return m_impl->windowIsFrontWindowUnderMouse(event.nativeEvent());
1650916509
}
1651016510

16511+
diff --git a/Source/WebKit/UIProcess/mac/WKPrintingView.h b/Source/WebKit/UIProcess/mac/WKPrintingView.h
16512+
index 59c90e79342fb28b405069f03d8ec3dc162b4eed..b64249bd88aba343143d6bec5a98a52e8c5d505d 100644
16513+
--- a/Source/WebKit/UIProcess/mac/WKPrintingView.h
16514+
+++ b/Source/WebKit/UIProcess/mac/WKPrintingView.h
16515+
@@ -32,6 +32,7 @@
16516+
#import <wtf/Lock.h>
16517+
#import <wtf/RetainPtr.h>
16518+
#import <wtf/Vector.h>
16519+
+#import <wtf/WeakObjCPtr.h>
16520+
16521+
@class WKPrintingViewData;
16522+
@class PDFDestination;
1651116523
diff --git a/Source/WebKit/UIProcess/mac/WebContextMenuProxyMac.h b/Source/WebKit/UIProcess/mac/WebContextMenuProxyMac.h
1651216524
index 0bb07e679f30e7b3682b3736b5372cbbb2d31ec8..cc0740c7d88d11d419cf2ca51cbc00b193531100 100644
1651316525
--- a/Source/WebKit/UIProcess/mac/WebContextMenuProxyMac.h

0 commit comments

Comments
 (0)