electron/shell/browser/printing
Charles Kerr f595443a22
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()
2024-11-27 09:41:46 +09:00
..
print_view_manager_electron.cc chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
print_view_manager_electron.h chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
printing_utils.cc refactor: fix modernize-return-braced-init-list warnings (#44838) 2024-11-27 09:41:46 +09:00
printing_utils.h fix: blank page when printing pdf (#43309) 2024-08-14 15:47:47 -04:00