mirror of
https://github.com/electron/electron.git
synced 2026-01-22 13:58:01 -05:00
* refactor: return a std::array<int 2> from BaseWindow::GetMaximumSize() Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: return a std::array<int 2> from BaseWindow::GetMinimumSize() Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: return a std::array<int 2> from BaseWindow::GetPosition() Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: return a std::array<int 2> from BaseWindow::GetSize() Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: return a std::array<int 2> from BaseWindow::GetContentSize() Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: extract helper method ToArray(const gfx::Size) Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: #include correctness 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>