| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
if (ozone_platform_drm || ozone_platform_wayland || ozone_platform_x11) {Revert this if possible as it was more correct before: linux is always a sufficient condition to compile dmabuf. dmabuf does not depend on ozone, it's improper to add such conditions.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (ozone_platform_drm || ozone_platform_wayland || ozone_platform_x11) {Revert this if possible as it was more correct before: linux is always a sufficient condition to compile dmabuf. dmabuf does not depend on ozone, it's improper to add such conditions.
As discussed. I am exploring a better simpler way to do this
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (ozone_platform_drm || ozone_platform_wayland || ozone_platform_x11) {would `if (is_chromeos || is_linux)` work?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (ozone_platform_drm || ozone_platform_wayland || ozone_platform_x11) {would `if (is_chromeos || is_linux)` work?
| Commit-Queue | +1 |
ozone_platform_headless)So dawn_ozone_image_representation is enabled for headless. So it will end up needing these files. The other way we could do this is try to get headless not to use DawnOzoneImageRepresentation
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm, thanks.
ozone_platform_headless)So dawn_ozone_image_representation is enabled for headless. So it will end up needing these files. The other way we could do this is try to get headless not to use DawnOzoneImageRepresentation
(optional) Maybe we should change this to check for is_linux || is_chromeos.
File is in ui/gfx/linux, so it's not obvious why it wants to check check ozone platform to me.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |