Skip to content

Commit

Permalink
chore: add patch upstream plan for resize patch (electron#40596)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored and MrHuangJser committed Dec 11, 2023
1 parent ceccab2 commit 13a9054
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13a9054

Please sign in to comment.