| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| 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. |
| Code-Review | +1 |
Thanks!
// CreateNativePixmap() the provided `format`, or returns empty if it couldnit: eliminate `, or returns empty ... .`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
// CreateNativePixmap() the provided `format`, or returns empty if it couldnit: eliminate `, or returns empty ... .`
Sounds good, updated the comment.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
4 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: ui/ozone/public/surface_factory_ozone.h
Insertions: 2, Deletions: 3.
@@ -201,9 +201,8 @@
std::unique_ptr<DrmModifiersFilter> filter);
// Checks if the platform can allocate (and use for texturing) via
- // CreateNativePixmap() the provided `format`, or returns empty if it could
- // not be retrieved or the platform doesn't know in advance. Checks should not
- // be assumed to take a trivial amount of time.
+ // CreateNativePixmap() the provided `format`. Checks should not be assumed to
+ // take a trivial amount of time.
virtual bool IsFormatSupportedForTexturing(
viz::SharedImageFormat format) const;
```
[ozone] Refactor GetSupportedFormatsForTexturing
Refactor GetSupportedFormatsForTexturing to check for specific format
instead of returning list of all supported formats. This is because
it is used only for NV12/P010 formats and thus we can avoid checking
for all BufferFormats. It also helps us get closer to removing
BufferFormat usages.
| 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. |