mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: bump chromium to 145.0.7616.0 (main) (#49279)
* chore: bump chromium in DEPS to 145.0.7605.0 * chore: bump chromium in DEPS to 145.0.7606.0 * chore: bump chromium in DEPS to 145.0.7608.0 * chore: update patches * chore: bump chromium in DEPS to 145.0.7610.0 * chore: update patches * [InputVizard] Fix missing touch cancel in InputTransferHandlerAndroid using InputEventSource Refs https://chromium-review.googlesource.com/c/chromium/src/+/7302368 * chore: bump chromium in DEPS to 145.0.7611.0 * chore: update patches * chore: bump chromium in DEPS to 145.0.7614.0 * chore: bump chromium in DEPS to 145.0.7615.0 * chore: update patches * chore: bump chromium in DEPS to 145.0.7616.0 --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: deepak1556 <hop2deep@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c1a031be83
commit
a1f0ef80d4
@@ -3887,7 +3887,8 @@ void WebContents::PDFReadyToPrint() {
|
||||
}
|
||||
|
||||
void WebContents::OnInputEvent(const content::RenderWidgetHost& rfh,
|
||||
const blink::WebInputEvent& event) {
|
||||
const blink::WebInputEvent& event,
|
||||
input::InputEventSource source) {
|
||||
Emit("input-event", event);
|
||||
}
|
||||
|
||||
|
||||
@@ -432,7 +432,8 @@ class WebContents final : public ExclusiveAccessContext,
|
||||
|
||||
// content::RenderWidgetHost::InputEventObserver:
|
||||
void OnInputEvent(const content::RenderWidgetHost& rfh,
|
||||
const blink::WebInputEvent& event) override;
|
||||
const blink::WebInputEvent& event,
|
||||
input::InputEventSource source) override;
|
||||
|
||||
// content::JavaScriptDialogManager:
|
||||
void RunJavaScriptDialog(content::WebContents* web_contents,
|
||||
|
||||
Reference in New Issue
Block a user