electron/shell/renderer/printing
Charles Kerr 72ee2622eb
refactor: fix modernize-return-braced-init-list warnings (32-x-y) (#45608)
refactor: fix modernize-return-braced-init-list warnings (#44838)

* refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]

* refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]

NB: using the braced-initializer list uncovered an error here:
the float returned by std::floor() can't be implicitly cast to
an int. This is solved by using base::ClampFloor<int>() instead.
std::floor()
2025-02-13 17:26:37 -05:00
..
print_render_frame_helper_delegate.cc refactor: fix modernize-return-braced-init-list warnings (32-x-y) (#45608) 2025-02-13 17:26:37 -05:00
print_render_frame_helper_delegate.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00