0
Files
src/ui/gl
Kalvin Lee c4f407caea Drive-by: = default c/dtors under ui/
This CL introduces no behavioral change and brings `ui/` more in line
with the recommendation prescribed by https://abseil.io/tips/131 - i.e.
to prefer `= default` rather than empty braces for defaulted
constructors and destructors.

This CL was generated by issuing

```
find . "(" \
    -name '*.cc' -not -name '*test*' ")" \
    -exec /usr/bin/rg -l --pcre2 "(\w+)::\1\(\) \{\}$" {} "+" |
    xargs perl -pe 's%((\w+)::~?\2\(\)) \{\}%\1 = default;%' -i
```

and (lightly) manually tweaking the result.

Change-Id: I2c195538a33b0fd2b41dc5f812965b8a3b2f5006
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6002394
Commit-Queue: Kalvin Lee <kdlee@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1380139}
2024-11-08 03:58:34 +00:00
..
2024-10-29 23:42:03 +00:00
2024-10-29 23:42:03 +00:00
2024-11-06 07:09:18 +00:00
2023-12-15 07:31:29 +00:00
2024-11-06 07:09:18 +00:00
2024-10-29 23:42:03 +00:00
2024-10-29 23:42:03 +00:00
2024-10-29 23:42:03 +00:00
2024-10-29 23:42:03 +00:00
2023-11-27 19:13:36 +00:00
2023-11-27 19:13:36 +00:00
2024-10-29 23:42:03 +00:00
2024-04-10 02:58:11 +00:00