mirror of
https://github.com/electron/electron.git
synced 2026-01-22 22:08:14 -05:00
* perf: avoid redundant call to popup_bounds_in_view() Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: use a std::optional<> for paint_canvas local Co-authored-by: Charles Kerr <charles@charleskerr.com> * fix: fix leaked gfx::Canvas in AutofillPopupView::OnPaint() Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: remove redundant get() call when testing smart pointer for nonempty Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: remove unnecessary draw_canvas variable Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: rename bitmap to offscreen_bitmap for symmetry Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: avoid another redundant call to popup_bounds_in_view() Co-authored-by: Charles Kerr <charles@charleskerr.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>