| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Thanks!
reason = "Buffer format is invalid";nit: update
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
reason = "Buffer format is invalid";Saifuddin Hitawalanit: update
Nice, done!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: ui/ozone/platform/wayland/host/wayland_buffer_manager_host.cc
Insertions: 1, Deletions: 1.
@@ -357,7 +357,7 @@
}
if (!IsValidDrmFormat(format)) {
- reason = "Buffer format is invalid";
+ reason = "Drm format is invalid";
}
if (!reason.empty()) {
```
[gfx] Rename IsValidBufferFormat to IsValidDrmFormat
Since we have removed BufferFormats, to avoid any confusion that
this method is related to BufferFormat this change renames method to
IsValidDrmFormat which is also a much better name for it.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |