mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: add patch upstream plan for resize patch (#40596)
This commit is contained in:
@@ -7,6 +7,9 @@ Reverts https://chromium-review.googlesource.com/c/chromium/src/+/3118293 which
|
||||
fixed a android only regression but in the process regressed electron window
|
||||
resize perf wildly on macOS.
|
||||
|
||||
This patch should be upstreamed as a conditional revert of the logic in desktop
|
||||
vs mobile runtimes. i.e. restore the old logic only on desktop platforms
|
||||
|
||||
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
|
||||
index 749ee4641462aec1142f75de9f0459d7e7cf322f..4dcee366b8bd43add1f7e1dbedaf73403dd944cd 100644
|
||||
--- a/content/browser/renderer_host/render_widget_host_impl.cc
|
||||
|
||||
Reference in New Issue
Block a user