0
Files
src/ui
Max Ihlenfeldt 783107383f ozone/wayland: Remove some DCHECKs, convert some to CHECKs
This removes some DCHECKs in our ozone/wayland ui_controls
implementation that are unnecessary because hitting the DCHECK means
we're in a situation where we'll crash anyways if we remove the DCHECK.

The remaining DCHECKs in this set of files are converted to CHECKs, as
per the new style guide. This doesn't make any difference in practice,
as this test-only code has always been compiled with
`dcheck_always_on=tue` on the bots.

Bug: None
Change-Id: I1257f4ec2e35d12da0448dab2320c01fca99830e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4660800
Auto-Submit: Max Ihlenfeldt <max@igalia.com>
Reviewed-by: Mitsuru Oshima <oshima@chromium.org>
Commit-Queue: Mitsuru Oshima <oshima@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1164827}
2023-06-30 19:07:50 +00:00
..
2023-06-22 00:17:33 +00:00

This directory contains UI frameworks used to build various user interface features. This directory is not intended to contain UI features (such as a keyboard).