Skip to content

Commit 142e585

Browse files
authored
browser(webkit): GTK build fix (#2096)
1 parent 6eabb95 commit 142e585

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

browser_patches/webkit/BUILD_NUMBER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1217
1+
1218

browser_patches/webkit/patches/bootstrap.diff

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7366,18 +7366,6 @@ index a68a30983f609d925b45ee16fbe34110b6cabe95..533f45fe6810509b8a0e1823087011a8
73667366

73677367
WebKitWebViewBase* webkitWebViewBase = WEBKIT_WEB_VIEW_BASE(m_viewWidget);
73687368
webkitWebViewBaseForwardNextKeyEvent(webkitWebViewBase);
7369-
diff --git a/Source/WebKit/UIProcess/API/gtk/PageClientImpl.h b/Source/WebKit/UIProcess/API/gtk/PageClientImpl.h
7370-
index cdd7cddbdc80396a3aab27fa2f843a7f70dddf7b..63831839686f86a4ef0fed7b415d4e84d92ec833 100644
7371-
--- a/Source/WebKit/UIProcess/API/gtk/PageClientImpl.h
7372-
+++ b/Source/WebKit/UIProcess/API/gtk/PageClientImpl.h
7373-
@@ -98,6 +98,7 @@ private:
7374-
RefPtr<WebDataListSuggestionsDropdown> createDataListSuggestionsDropdown(WebPageProxy&) override;
7375-
#endif
7376-
void selectionDidChange() override;
7377-
+ String takeSnapshotForAutomation() override { return String(); }
7378-
RefPtr<ViewSnapshot> takeViewSnapshot(Optional<WebCore::IntRect>&&) override;
7379-
#if ENABLE(DRAG_SUPPORT)
7380-
void startDrag(Ref<WebCore::SelectionData>&&, WebCore::DragOperation, RefPtr<ShareableBitmap>&& dragImage) override;
73817369
diff --git a/Source/WebKit/UIProcess/API/gtk/WebKitBrowserInspector.h b/Source/WebKit/UIProcess/API/gtk/WebKitBrowserInspector.h
73827370
new file mode 100644
73837371
index 0000000000000000000000000000000000000000..a51cfebc270ca5a91cd94645eeeb005ba9a67caf

0 commit comments

Comments
 (0)