File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 1
- 1217
1
+ 1218
Original file line number Diff line number Diff line change @@ -7366,18 +7366,6 @@ index a68a30983f609d925b45ee16fbe34110b6cabe95..533f45fe6810509b8a0e1823087011a8
7366
7366
7367
7367
WebKitWebViewBase* webkitWebViewBase = WEBKIT_WEB_VIEW_BASE(m_viewWidget);
7368
7368
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;
7381
7369
diff --git a/Source/WebKit/UIProcess/API/gtk/WebKitBrowserInspector.h b/Source/WebKit/UIProcess/API/gtk/WebKitBrowserInspector.h
7382
7370
new file mode 100644
7383
7371
index 0000000000000000000000000000000000000000..a51cfebc270ca5a91cd94645eeeb005ba9a67caf
You can’t perform that action at this time.
0 commit comments